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 52e0eba commit 408a72fCopy full SHA for 408a72f
.github/workflows/test.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Install deps
142
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
143
- run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn add msw@latest
+ run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
144
145
- name: Install Playwright browser if necessary
146
0 commit comments