Update Node.js to v22 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-29 14:26:45 -07:00 committed by GitHub
parent 3736b3b360
commit 93a72482ba
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 20.18.0
nodejs 22.11.0

2
package-lock.json generated
View file

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

View file

@ -4,7 +4,7 @@
"description": "Install and configure Bazel for GitHub Actions",
"main": "index.js",
"engines": {
"node": "20.x"
"node": "22.x"
},
"scripts": {
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",