Skip to content

Commit

Permalink
Upgrade typescript & eslint to latest, fix resulting errors (#455)
Browse files Browse the repository at this point in the history
Also updated the ci.yml node test versions to 18.x and 20.x, given current support: https://endoflife.date/nodejs
  • Loading branch information
jlfwong authored Dec 26, 2023
1 parent 8e0fa58 commit c296f53
Show file tree
Hide file tree
Showing 10 changed files with 1,929 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

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

0 comments on commit c296f53

Please sign in to comment.