ci: Add npm i -g npm

This commit is contained in:
Shohei Ueda 2020-04-18 11:30:41 +09:00 committed by GitHub
parent 85093b6a03
commit 9d657ea2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ jobs:
with: with:
node-version: '${{ steps.nvm.outputs.NVMRC }}' node-version: '${{ steps.nvm.outputs.NVMRC }}'
- run: npm i -g npm
- run: npm ci - run: npm ci
- name: Run prettier - name: Run prettier