Skip to content

Commit

Permalink
fix(actions): use the latest npm for test (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Mar 10, 2021
1 parent a943b0e commit 4d874e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm --global install npm@latest
- run: npm ci
- run: npm run lint
- run: npm test
Expand Down
1 change: 1 addition & 0 deletions test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: \${{ matrix.node-version }}
- run: npm --global install npm@latest
- run: npm ci
- run: npm run lint
- run: npm test
Expand Down

0 comments on commit 4d874e7

Please sign in to comment.