Skip to content

Commit

Permalink
feat: upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
codezninja committed Aug 17, 2023
1 parent 5b68962 commit b970b09
Show file tree
Hide file tree
Showing 8 changed files with 12,432 additions and 11,847 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"project": "./tsconfig.json"
},
"rules": {
"i18n-text/no-en": "off",
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"no-unused-vars": "off",
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ inputs:
description: 'Version Spec of the version to use. Examples: 3.8.2'
default: '3.0.5'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit b970b09

Please sign in to comment.