mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
whoami
|
||||
@@ -177,6 +181,10 @@ jobs:
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
|
||||
- name: Print environment
|
||||
run: |
|
||||
nuget help | grep Version
|
||||
|
||||
Reference in New Issue
Block a user