Skip to content

Commit

Permalink
ci: Add npm i -g npm
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Apr 18, 2020
1 parent 85093b6 commit 9d657ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- run: npm i -g npm

- run: npm ci

- name: Run prettier
Expand Down

0 comments on commit 9d657ea

Please sign in to comment.