Skip to content

Commit

Permalink
fix: Update action to avoid deprecation warnings (#1)
Browse files Browse the repository at this point in the history
fix: Upgrade action to use node16
fix: Upgrade packages to remove deprecated API calls
chore: Make linter happy
chore: Rebuild project
  • Loading branch information
phated authored Nov 14, 2022
1 parent 5526c27 commit b421925
Show file tree
Hide file tree
Showing 6 changed files with 4,063 additions and 3,063 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"semi": "off",
"@typescript-eslint/semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error"
"@typescript-eslint/unbound-method": "error",
"@typescript-eslint/ban-ts-comment": "off"
},
"env": {
"node": true,
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ outputs:
notes:
description: "The body of the release"
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
Loading

0 comments on commit b421925

Please sign in to comment.