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

Commit 833f4d0

Browse files
committed
Force using node 12.9.0 on AppVeyor
1 parent b4f7e10 commit 833f4d0

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
@@ -36,7 +36,7 @@ install:
3636
Remove-Item Env:/CERT_ENCRYPTION_SALT;
3737
Remove-Item Env:/CERT_PRIVATE_KEY_PASSWORD;
3838
}
39-
- ps: Install-Product node $env:nodejs_version x64
39+
- ps: Update-NodeJsInstallation $env:nodejs_version x64
4040
- set CI=true
4141
- npm install -g npm@latest
4242
- set PATH=%APPDATA%\npm;%PATH%

0 commit comments

Comments
 (0)