From 49f3a4c4a7dbfa41f00ae85dfe5f3e0678b736a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 9 Sep 2020 17:58:06 -0400 Subject: [PATCH] chore: print node versions on yarn cache prepare --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3379fc6cf8af..06260f3a112f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: YARN_ENABLE_SCRIPTS: false # disable post-install scripts YARN_NODE_LINKER: pnp # use pnp linker for better performance: it's meant to update yarn cache only run: | + node -v yarn install --immutable test-coverage: