Skip to content

Commit

Permalink
set YARN_ENABLE_IMMUTABLE_INSTALLS=false in github action config to a…
Browse files Browse the repository at this point in the history
…llow modify yarn.lock on actions
  • Loading branch information
Eason Smith committed Aug 11, 2024
1 parent 456d21e commit 59f25fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ jobs:
ls -la
yarn install
yarn build
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

0 comments on commit 59f25fb

Please sign in to comment.