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.
YARN_ENABLE_IMMUTABLE_INSTALLS: false
1 parent 6236706 commit 2bc1124Copy full SHA for 2bc1124
.github/workflows/build-and-test-types.yml
@@ -165,7 +165,9 @@ jobs:
165
166
- name: Install deps
167
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
168
- run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
+ env:
169
+ YARN_ENABLE_IMMUTABLE_INSTALLS: false
170
+ run: rm yarn.lock && yarn install
171
172
- name: Install Playwright browser if necessary
173
0 commit comments