Skip to content

Commit 36c8f2c

Browse files
chore(deps): update node.js to v24
1 parent fb2ef79 commit 36c8f2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: "22.x"
38+
node-version: "24.x"
3939
cache: "npm"
4040

4141
- name: Install dependencies

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: "22.x"
28+
node-version: "24.x"
2929
cache: "npm"
3030

3131
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"npm": ">=10"
6262
},
6363
"volta": {
64-
"node": "22.14.0"
64+
"node": "24.11.1"
6565
},
6666
"release": {
6767
"branches": [

0 commit comments

Comments
 (0)