Skip to content

Commit

Permalink
don't update NPM in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 24, 2023
1 parent 8910794 commit 0ff79af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update NPM
run: npm install -g npm

- name: Show Node/NPM versions
run: |
node --version
Expand Down

0 comments on commit 0ff79af

Please sign in to comment.