Skip to content

Commit

Permalink
Add YARN_ENABLE_IMMUTABLE_INSTALLS: false to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 21, 2024
1 parent 666d8cd commit 5479dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:

- name: Install deps
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
run: yarn install

- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 5479dc2

Please sign in to comment.