ci: fix env configuration (#144229)

This commit is contained in:
Robo 2022-03-02 11:48:33 +09:00 committed by GitHub
parent 28a7e36b08
commit eca9017c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}