Skip to content

Commit

Permalink
fix(ci_node_10) updated npm version to last working version [#78]
Browse files Browse the repository at this point in the history
  • Loading branch information
farnk05 committed May 27, 2022
1 parent e523ff8 commit 0a8557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
- nodejs_version: '10'
install:
- ps: Install-Product node $env:nodejs_version
- npm i npm@latest -g
- npm i npm@7.20.5 -g
- set PATH=%APPDATA%\npm;%PATH%
- set CI=true
- npm config set progress=false
Expand Down

0 comments on commit 0a8557b

Please sign in to comment.