Skip to content

Commit

Permalink
Merge pull request #281 from Cox-Automotive/feat/upgrade-nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
codezninja authored Aug 18, 2023
2 parents ffeb05e + a1d7aeb commit 65d2121
Show file tree
Hide file tree
Showing 10 changed files with 12,130 additions and 12,820 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
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.14.2
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 65d2121

Please sign in to comment.