mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: Update NPM
|
||||||
|
run: |
|
||||||
|
npm install -g npm@7
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
whoami
|
whoami
|
||||||
@@ -177,6 +181,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: Update NPM
|
||||||
|
run: |
|
||||||
|
npm install -g npm@7
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
nuget help | grep Version
|
nuget help | grep Version
|
||||||
|
|||||||
@@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- [Node.js](https://nodejs.org) v14 or greater
|
- [Node.js](https://nodejs.org) v14.17 or greater
|
||||||
|
- NPM v7
|
||||||
|
|
||||||
### Run the app
|
### Run the app
|
||||||
|
|
||||||
|
|||||||
2
jslib
2
jslib
Submodule jslib updated: bacb84ca78...2c297e2f45
16234
package-lock.json
generated
16234
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -106,6 +106,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "~14",
|
"node": "~14",
|
||||||
"npm": "~6"
|
"npm": "~7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user