Skip to content

Commit

Permalink
feat: support for node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed May 14, 2024
1 parent e0a56af commit c5bca50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
default: false

runs:
using: 'node16'
using: 'node20'
main: 'src/index.js'

branding:
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-assign-issue",
"version": "1.14.0",
"version": "2.0.0",
"private": true,
"description": "GitHub action that auto-assigns issues to users",
"main": "src/index.js",
Expand Down Expand Up @@ -52,9 +52,9 @@
"prettier": "^3.2.5"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"volta": {
"node": "18.18.2"
"node": "20.13.1"
}
}

0 comments on commit c5bca50

Please sign in to comment.