Skip to content

Commit

Permalink
fix(yarn2-install): add some optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 19, 2023
1 parent 96ad91b commit c5c6691
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yarn2-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ runs:
- name: 'Install yarn dependencies'
run: yarn install ${{ inputs.yarn-args }}
shell: bash
env:
YARN_ENABLE_GLOBAL_CACHE: 'false'
YARN_INSTALL_STATE_PATH: .yarn/ci-cache/install-state.gz
YARN_NM_MODE: 'hardlinks-local'
HUSKY: '0'

0 comments on commit c5c6691

Please sign in to comment.