Skip to content

Commit

Permalink
Updated dependencies, dropped support for Node v10
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickroberts committed Dec 22, 2021
1 parent d605cf6 commit 34b4f15
Show file tree
Hide file tree
Showing 6 changed files with 578 additions and 576 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@typescript-eslint/member-delimiter-style": "error",
"@typescript-eslint/no-dupe-class-members": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-redeclare": "error",
"@typescript-eslint/no-shadow": "error",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 16]
node: [12, 14, 16]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 34b4f15

Please sign in to comment.