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:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
- name: Update NPM
|
|
||||||
run: |
|
|
||||||
npm install -g npm@8
|
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
|
Loading…
Reference in New Issue
Block a user