Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit c2e9c83

Browse files
committed
Merge pull request #995 from xzyfer/fix/lock-npm
Lock to [email protected] in AppVeyor
2 parents 411a94c + aedd726 commit c2e9c83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ matrix:
1717

1818
install:
1919
- ps: Install-Product node $env:nodejs_version
20+
- npm -g install [email protected]
2021
- node --version
2122
- npm --version
2223
- git submodule update --init --recursive
23-
- ps: npm install --msvs_version=2013
24+
- ps: C:\Users\appveyor\AppData\Roaming\npm\npm.cmd install --msvs_version=2013
2425

2526
test_script: npm test

0 commit comments

Comments
 (0)