1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

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

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