Skip to content

Commit 0648d43

Browse files
authored
[windows] update npm registry to https (actions#3521)
1 parent cf551b1 commit 0648d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/win/scripts/Installers/Install-NodeLts.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setx npm_config_prefix $PrefixPath /M
1919
$env:npm_config_prefix = $PrefixPath
2020

2121
npm config set cache $CachePath --global
22-
npm config set registry http://registry.npmjs.org/
22+
npm config set registry https://registry.npmjs.org/
2323

2424
npm install -g cordova
2525
npm install -g grunt-cli

0 commit comments

Comments
 (0)