Update to NodeJS 20
This commit is contained in:
parent
42a3e0dfad
commit
8b62d10a25
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
nodejs 16.15.0
|
nodejs 20.11.0
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,6 @@ inputs:
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: node16
|
using: node20
|
||||||
main: dist/main/index.js
|
main: dist/main/index.js
|
||||||
post: dist/post/index.js
|
post: dist/post/index.js
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Install and configure Bazel for GitHub Actions",
|
"description": "Install and configure Bazel for GitHub Actions",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x"
|
"node": "20.x"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build index.js -s -o dist/main && ncc build post.js -s -o dist/post",
|
"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