We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5df67e commit 5f3d30cCopy full SHA for 5f3d30c
.github/workflows/test.yml
@@ -139,7 +139,7 @@ jobs:
139
140
- name: Install deps
141
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
142
- run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
+ run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn add msw@latest
143
144
- name: Install Playwright browser if necessary
145
0 commit comments