Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
BREAKING_CHANGE: drop support for eslint v7 and node v16
  • Loading branch information
ernscht committed Jul 22, 2024
1 parent 9bcdb04 commit a696262
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 1,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x ]
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.15.1
Loading

0 comments on commit a696262

Please sign in to comment.