Skip to content

Commit

Permalink
fix: add YARN_ENABLE_IMMUTABLE_INSTALLS
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 26, 2024
1 parent 39dc92a commit b388806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ runs:
run: |
echo "FORCE_COLOR=1" >> "${GITHUB_ENV}"
echo "DO_NOT_TRACK=1" >> "${GITHUB_ENV}"
echo "YARN_ENABLE_IMMUTABLE_INSTALLS=false" >> "${GITHUB_ENV}"
- name: Enable corepack
run: corepack enable
Expand Down

0 comments on commit b388806

Please sign in to comment.