Skip to content

Commit

Permalink
ci: remove install NPM steps (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 29, 2022
1 parent cbe3898 commit c78fe78
Show file tree
Hide file tree
Showing 3 changed files with 1,031 additions and 1,164 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nodejs.yml
Expand Up @@ -35,9 +35,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Use latest NPM
run: sudo npm i -g npm

- name: Install dependencies
run: npm ci

Expand Down Expand Up @@ -74,14 +71,6 @@ 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 windows
if: matrix.os == 'windows-latest'
run: npm i -g npm

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit c78fe78

Please sign in to comment.