Remove step to upgrade npm (#706)

This commit is contained in:
Shohei Ueda 2022-02-05 17:24:35 +09:00 committed by GitHub
parent 892ca34305
commit 7249b6ae12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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