Skip to content

Commit

Permalink
Make sure CI builds test latest versions of dependencies (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Apr 5, 2021
1 parent c668737 commit 0798e4d
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 443 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm ci
- run: npm --depth 9999 update
- run: npm test
env:
CI: true

0 comments on commit 0798e4d

Please sign in to comment.