Skip to content

Commit

Permalink
chore: print node versions on yarn cache prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 9, 2020
1 parent 67dfeef commit 49f3a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 49f3a4c

Please sign in to comment.