Skip to content

Commit

Permalink
chore: disable post install scripts in yarn-cache validate
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 24, 2020
1 parent f3e7fe4 commit ee03077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
${{ runner.os }}-yarn-
- name: Update Yarn cache
if: steps.yarn-cache.outputs.cache-hit != 'true'
env:
YARN_ENABLE_SCRIPTS: false # disable post-install scripts
run: |
yarn install --immutable
Expand Down

0 comments on commit ee03077

Please sign in to comment.