fix npm version
This commit is contained in:
parent
2f84471a3e
commit
59c3b19271
|
@ -9,7 +9,7 @@ environment:
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- set CI=true
|
- set CI=true
|
||||||
- npm install -g npm@latest
|
- npm install -g npm@6.9.0
|
||||||
- set PATH=%APPDATA%\npm;%PATH%
|
- set PATH=%APPDATA%\npm;%PATH%
|
||||||
- npm install
|
- npm install
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue