Removed action step that installs npm8

npm 8 is included in node v16
This commit is contained in:
Daniel James Smith 2021-12-13 10:57:35 +01:00
parent 85491ebd18
commit fd14ccc86b
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726
1 changed files with 0 additions and 4 deletions

View File

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