Skip to content

Commit 896ee80

Browse files
Restore YARN flag
1 parent d21ecc7 commit 896ee80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
node-yarn2-depencies-caching:
102102
name: Test yarn 2 (Node ${{ matrix.node-version}}, ${{ matrix.os }})
103103
runs-on: ${{ matrix.os }}
104+
env:
105+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
104106
strategy:
105107
fail-fast: false
106108
matrix:

0 commit comments

Comments
 (0)