Update Node.js to v24 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6fe279591f
commit
1ff8ab47ae
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
nodejs 22.20.0
|
||||
nodejs 24.11.1
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -18,7 +18,7 @@
|
|||
"yaml": "^2.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
"node": "24.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/cache": {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Install and configure Bazel for GitHub Actions",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
"node": "24.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue