Browse Source

Removed action step that installs npm8

npm 8 is included in node v16
pull/2219/head
Daniel James Smith 4 years ago
parent
commit
fd14ccc86b
No known key found for this signature in database
GPG Key ID: 3E4BD365FF06726
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -93,10 +93,6 @@ jobs: @@ -93,10 +93,6 @@ jobs:
with:
node-version: '16'
- name: Update NPM
run: |
npm install -g npm@8
- name: Print environment
run: |
node --version

Loading…
Cancel
Save