mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
parent
13d3109f2b
commit
942eb5cfa5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,6 +37,10 @@ jobs:
|
||||
with:
|
||||
node-version: '14.x'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
|
||||
- name: Set PACKAGE_VERSION & VER_INFO
|
||||
run: |
|
||||
$env:pkgVersion = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -72,6 +72,10 @@ jobs:
|
||||
with:
|
||||
node-version: '14.x'
|
||||
|
||||
- name: Update NPM
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
|
||||
- name: Set PACKAGE_VERSION & VER_INFO
|
||||
run: |
|
||||
$env:pkgVersion = (Get-Content -Raw -Path .\package.json | ConvertFrom-Json).version
|
||||
|
@ -66,6 +66,7 @@ We provide detailed documentation and examples for using the CLI in our help cen
|
||||
**Requirements**
|
||||
|
||||
- [Node.js](https://nodejs.org) v14.17 or greater
|
||||
- NPM v7
|
||||
|
||||
**Run the app**
|
||||
|
||||
|
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 25917faf9153106d7ef249f949a00b901ffbd33c
|
||||
Subproject commit 2c297e2f45cd42c1260bb5d49d22d0ddae27d8f0
|
9286
package-lock.json
generated
9286
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -91,6 +91,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "~14",
|
||||
"npm": "~6"
|
||||
"npm": "~7"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user