Skip to content

Commit 7e0caa7

Browse files
committed
immutable is default in CI
1 parent b040d42 commit 7e0caa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
key: ${{ steps.compiler-build-state-key.outputs.value }}
283283

284284
- name: Install npm packages
285-
run: yarn install --immutable
285+
run: yarn install
286286

287287
- name: Copy compiler exes to platform bin dir
288288
run: node ./scripts/copyExes.js -compiler
@@ -434,7 +434,7 @@ jobs:
434434
node-version-file: .nvmrc
435435

436436
- name: NPM install
437-
run: yarn install --immutable
437+
run: yarn install
438438

439439
- name: Download artifacts
440440
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)