Skip to content

Commit

Permalink
ci: no longer update npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Sep 24, 2023
1 parent 751e060 commit 4a84cde
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm i -g npm

- name: Install & Build
run: npm install

Expand All @@ -97,9 +94,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: npm i -g npm

- name: Install & Build
run: npm install

Expand Down

0 comments on commit 4a84cde

Please sign in to comment.