Skip to content

Commit 5f3d30c

Browse files
committed
Use latest MSW
1 parent c5df67e commit 5f3d30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Install deps
141141
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
142-
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
142+
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn add msw@latest
143143

144144
- name: Install Playwright browser if necessary
145145
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}

0 commit comments

Comments
 (0)