Skip to content

Commit

Permalink
Bump node version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
levonet committed Aug 19, 2024
1 parent 8b019c0 commit af7f001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
"ecmaVersion": 18
},
"rules": {
}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outputs:
commands:
description: List of parsed commands. In JSON format.
runs:
using: node12
using: node18
main: dist/index.js
branding:
icon: user
Expand Down

0 comments on commit af7f001

Please sign in to comment.