From d484dbba30163e84d5b8cc610efea652b50c6a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Sun, 16 Aug 2020 14:41:06 -0400 Subject: [PATCH] chore: use pnp linker in validate-yarn-cache step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 518d32501d64..c6f517e70b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: if: steps.yarn-cache.outputs.cache-hit != 'true' env: YARN_ENABLE_SCRIPTS: false # disable post-install scripts + YARN_NODE_LINKER: pnp # use pnp linker for better performance: it meant to update yarn cache only run: | yarn install --immutable