Skip to content

Commit

Permalink
ci: pin older version of vitest for node 16 compatibility (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD authored Jan 28, 2025
1 parent 9ff1621 commit 6b262d6
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm i -D @vitest/coverage-v8
- run: npm i -D @vitest/coverage-v8@^2.1.6
- run: npm run lint
- run: npm test -- --coverage
- uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit 6b262d6

Please sign in to comment.