Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Dec 13, 2023
1 parent 1ab8f10 commit 0513491
Show file tree
Hide file tree
Showing 4 changed files with 1,310 additions and 1,320 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-parameter-properties": "error"
"@typescript-eslint/parameter-properties": "error"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 0513491

Please sign in to comment.