Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 10, 2023
1 parent 31f4dd4 commit 681ae47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/yarn-nm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ runs:
- name: πŸ“₯ Install dependencies
shell: bash
working-directory: ${{ inputs.cwd }}
run: yarn install --immutable --inline-builds
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install --inline-builds
env:
# Overrides/align yarnrc.yml options (v3, v4) for a CI context
YARN_ENABLE_GLOBAL_CACHE: 'false' # Use local cache folder to keep downloaded archives
YARN_ENABLE_MIRROR: 'false' # Prevent populating global cache for caches misses (local cache only)
YARN_NM_MODE: 'hardlinks-local' # Reduce node_modules size
YARN_INSTALL_STATE_PATH: '.yarn/ci-cache/install-state.gz' # Might speed up resolution step when node_modules present
# Other environment variables
HUSKY: '0' # By default do not run HUSKY install
HUSKY: '0' # By default do not run HUSKY install

0 comments on commit 681ae47

Please sign in to comment.