From eca9017c9dc44afea7b2bcfdf277c98130bef861 Mon Sep 17 00:00:00 2001 From: Robo Date: Wed, 2 Mar 2022 11:48:33 +0900 Subject: [PATCH] ci: fix env configuration (#144229) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d32108e047..cf302f72493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}