Skip to content

Commit 7dddbae

Browse files
chore(deps): ⬆️ update node.js to v24
1 parent 2cb4d9b commit 7dddbae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: 22.23.1
32+
node-version: 24.18.0
3333
cache: yarn
3434

3535
- name: Setup Pages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sideEffects": false,
1919
"license": "MIT",
2020
"engines": {
21-
"node": ">=20.20.2"
21+
"node": ">=24.18.0"
2222
},
2323
"keywords": [
2424
"flow-control",

0 commit comments

Comments
 (0)