Skip to content

Commit ed457da

Browse files
Update Node.js to v24
1 parent 4432ac8 commit ed457da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.20.0
1+
nodejs 24.11.1

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
@@ -4,7 +4,7 @@
44
"description": "Install and configure Bazel for GitHub Actions",
55
"main": "index.js",
66
"engines": {
7-
"node": "22.x"
7+
"node": "24.x"
88
},
99
"scripts": {
1010
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",

0 commit comments

Comments
 (0)