Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 8, 2021
1 parent 78b4dd3 commit 255e834
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 255e834

Please sign in to comment.