fix npm version

This commit is contained in:
Nicolas Constant 2022-01-19 22:32:50 -05:00 committed by GitHub
parent 2f84471a3e
commit 59c3b19271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm install -g npm@latest
- npm install -g npm@6.9.0
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix: