Skip to content

Commit

Permalink
Add support to Node20
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Jan 26, 2024
1 parent fca85a5 commit a52f2be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'github-action-runtime/index.js'
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"github actions",
"actions"
],
"engines": {
"node": ">=20.0.0"
},
"author": "UnlyEd",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit a52f2be

Please sign in to comment.