mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Removed action step that installs npm8
npm 8 is included in node v16
This commit is contained in:
parent
85491ebd18
commit
fd14ccc86b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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…
Reference in New Issue
Block a user