We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a675a67 commit 120de3bCopy full SHA for 120de3b
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/setup-node@v2
21
with:
22
node-version: ${{ matrix.node-version }}
23
+ - run: npm install --global npm@8
24
- run: npm install --no-audit
25
- run: npm test
26
- uses: codecov/codecov-action@v2
0 commit comments