Skip to content

Commit a308a8c

Browse files
chore(deps): update node.js to v24
1 parent 326a4b7 commit a308a8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

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

1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: '22'
21+
node-version: '24'
2222
cache: yarn
2323
cache-dependency-path: yarn.lock
2424

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"node": ">=22"
127127
},
128128
"volta": {
129-
"node": "22"
129+
"node": "24"
130130
},
131131
"publishConfig": {
132132
"access": "public"

0 commit comments

Comments
 (0)