mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
ci: fix env configuration (#144229)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
# Electron <= 13 does not ship with correct config.gypi headers,
|
||||
# remove this once we update to newer versions.
|
||||
# Refs https://github.com/nodejs/node-gyp/pull/2497
|
||||
$env:npm_config_force_process_config=true
|
||||
$env:npm_config_force_process_config="true"
|
||||
yarn --frozen-lockfile --network-timeout 180000
|
||||
- name: Create node_modules archive
|
||||
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user