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.
1 parent e93888b commit 9d67e28Copy full SHA for 9d67e28
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
bun-version: latest
24
25
- - run: bun install --no-cache
+ - run: bun install --frozen-lockfile --ignore-scripts
26
- uses: nrwl/nx-set-shas@v4
27
28
- name: Install Playwright Browsers
0 commit comments