diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3d4be536..3b89a24b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -74,9 +74,6 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Update npm - run: npm i -g npm - - name: Install & Build run: npm install @@ -97,9 +94,6 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Update npm - run: npm i -g npm - - name: Install & Build run: npm install