Skip to content

Commit

Permalink
Merge pull request #20 from Yqnn/update
Browse files Browse the repository at this point in the history
Bump dev dependencies
  • Loading branch information
Yqnn authored Apr 7, 2024
2 parents 4b8c7d1 + 4ba7d18 commit a3504ab
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 a3504ab

Please sign in to comment.