Skip to content

Commit d9277ab

Browse files
Update Node.js to v24
1 parent 31ac345 commit d9277ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Build
3333
- uses: actions/setup-node@v6
3434
with:
35-
node-version: '22.21.0'
35+
node-version: '24.10.0'
3636
- name: Install node packages
3737
run: npm ci
3838
- name: Build package (lint, test, build, package, merge)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"engines": {
18-
"node": "22"
18+
"node": "24"
1919
},
2020
"scripts": {
2121
"prebuild": "rm -rf dist",

0 commit comments

Comments
 (0)