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:
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
|
||||
|
||||
Reference in New Issue
Block a user