Skip to content

Commit 9bfd0e0

Browse files
committed
Fix nodejs/node-gyp#972 (comment) [publish binary]
1 parent 3e7acca commit 9bfd0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ install:
2828

2929
- cmd: SET PATH=%cd%\node_modules\.bin\;%PATH%
3030
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
31-
- cmd: IF %nodejs_version% LSS 1 npm -g install npm
32-
- cmd: IF %nodejs_version% LSS 1 set PATH=%APPDATA%\npm;%PATH%
31+
- cmd: IF %nodejs_version% LSS 6 npm -g install npm
32+
- cmd: IF %nodejs_version% LSS 6 set PATH=%APPDATA%\npm;%PATH%
3333

3434
- cmd: SET COMMIT_MSG="%APPVEYOR_REPO_COMMIT_MESSAGE%"
3535
- cmd: SET PUBLISH_BINARY=false

0 commit comments

Comments
 (0)