Skip to content

Commit

Permalink
fix(yarn-install): add environment variables to speed up install
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 6, 2023
1 parent 2ce1867 commit c6f039f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yarn-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ runs:
shell: bash
run: |
yarn install ${{ steps.variables.outputs.args }} ${{ inputs.yarn-args }}
env:
YARN_ENABLE_GLOBAL_CACHE: 'false'
YARN_NM_MODE: 'hardlinks-local'
HUSKY: '0'

0 comments on commit c6f039f

Please sign in to comment.