Skip to content

Commit a3b3b18

Browse files
committed
Merge pull request webpack#1243 from thaiat/fix-appveyor
fix(app): Update npm to fix appveyor
2 parents d351f03 + 0eae3d7 commit a3b3b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616

1717
install:
1818
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
19-
- npm install
19+
- npm install --msvs_version=2013
2020

2121
build: off
2222

0 commit comments

Comments
 (0)