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