Skip to content

Commit

Permalink
Bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yqnn committed Apr 7, 2024
1 parent 4b8c7d1 commit 4ba7d18
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 1,580 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
node-version: [ 14.x, 16.x, 18.x, 19.x ]
node-version: [ 16.x, 18.x, 20.x, 21.x ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- run: npm ci
- run: npm test
- uses: coverallsapp/github-action@master
Expand Down
Loading

0 comments on commit 4ba7d18

Please sign in to comment.