mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
set windows NPM_BIN_PATH path correctly
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
BUILD_ARCH: $(buildArch)
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
NPM_BIN_PATH: "D:\\a\\_tool\\node\\12.13.1\\x64\\npm.cmd"
|
||||
NPM_BIN_PATH: "C:\\hostedtoolcache\\windows\\node\\12.13.1\\x64\\npm.cmd"
|
||||
npm_config_build_from_source: true
|
||||
displayName: Bootstrap build environment
|
||||
condition: ne(variables['CacheRestored'], 'true')
|
||||
|
||||
Reference in New Issue
Block a user