Skip to content

Commit

Permalink
Update to NodeJS 20
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Feb 13, 2024
1 parent 42a3e0d commit 8b62d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.15.0
nodejs 20.11.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ inputs:
default: ${{ github.token }}

runs:
using: node16
using: node20
main: dist/main/index.js
post: dist/post/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8b62d10

Please sign in to comment.