Skip to content

Commit

Permalink
Bump Node.js to v20 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ento authored Aug 9, 2024
1 parent af810b7 commit 5580b04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:
color: 'green'

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

inputs:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"homepage": "https://github.com/sibiraj-s/action-eslint#readme",
"main": "lib/main.js",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"keywords": [
"eslint",
Expand Down

0 comments on commit 5580b04

Please sign in to comment.