mirror of
https://github.com/bitwarden/cli
synced 2025-12-11 13:53:25 +00:00
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
Submodule jslib updated: 25917faf91...2c297e2f45
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user