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 cd6a326 commit 78b4dd3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ 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
#
- 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'
# run: npm i -g npm
Expand Down

0 comments on commit 78b4dd3

Please sign in to comment.