From 255e834e9ca591fdefe90f6e29c295eda100924e Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 8 Nov 2021 17:14:34 +0300 Subject: [PATCH] ci: fix --- .github/workflows/nodejs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5955f22..862fe62 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -74,11 +74,11 @@ jobs: node-version: ${{ matrix.node-version }} cache: "npm" - - name: Use latest NPM on ubuntu/macos - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' - run: | - sudo npm i -g npm - npm -v + # - name: Use latest NPM on ubuntu/macos + # if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' + # run: | + # sudo npm i -g npm + # npm -v # - name: Use latest NPM on windows # if: matrix.os == 'windows-latest'