One more --immutable

This commit is contained in:
Hugh Nimmo-Smith
2025-03-21 17:19:34 +00:00
parent f820506184
commit ff6365cfed

View File

@@ -41,7 +41,7 @@ jobs:
cache: "yarn"
node-version-file: ".node-version"
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run backend components