1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

Bump NPM to v7 (#311)

* Bump NPM to v7

* Add NPM v7 to readme
This commit is contained in:
Oscar Hinton
2021-05-26 22:34:39 +02:00
committed by GitHub
parent 13d3109f2b
commit 942eb5cfa5
6 changed files with 8565 additions and 734 deletions

View File

@@ -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

View File

@@ -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