mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +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
|
||||
|
||||
Reference in New Issue
Block a user