Skip to content

Commit 2bc1124

Browse files
committed
Add YARN_ENABLE_IMMUTABLE_INSTALLS: false to CI
1 parent 6236706 commit 2bc1124

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test-types.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ jobs:
165165

166166
- name: Install deps
167167
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
168-
run: rm yarn.lock && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
168+
env:
169+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
170+
run: rm yarn.lock && yarn install
169171

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

0 commit comments

Comments
 (0)