Skip to content

Commit

Permalink
Fix workflow for Node 16.x (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Jun 17, 2021
1 parent 01597d1 commit 6114dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm update
- run: npm ci
- run: npm --depth 9999 update
- run: npm test
env:
CI: true

0 comments on commit 6114dd2

Please sign in to comment.