Update to NodeJS 20

This commit is contained in:
Alex Rodionov 2024-02-13 06:22:58 -08:00
parent 42a3e0dfad
commit 8b62d10a25
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
nodejs 16.15.0
nodejs 20.11.0

View file

@ -39,6 +39,6 @@ inputs:
default: ${{ github.token }}
runs:
using: node16
using: node20
main: dist/main/index.js
post: dist/post/index.js

View file

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