From 7249b6ae121161191f586affe4d4c255b1d587e3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 5 Feb 2022 17:24:35 +0900 Subject: [PATCH] Remove step to upgrade npm (#706) --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea07739..b72fa16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,8 +40,6 @@ jobs: with: node-version: '${{ steps.nvm.outputs.NVMRC }}' - - run: npm i -g npm - - name: Dump version run: | node -v