Update Node.js to v24 (#106)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-12-04 07:15:14 -08:00 committed by GitHub
parent 6fe279591f
commit 1ff8ab47ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
nodejs 22.20.0
nodejs 24.11.1

2
package-lock.json generated
View file

@ -18,7 +18,7 @@
"yaml": "^2.2.1"
},
"engines": {
"node": "22.x"
"node": "24.x"
}
},
"node_modules/@actions/cache": {

View file

@ -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",