Skip to content

Commit 9d67e28

Browse files
committed
ci: updated install script
1 parent e93888b commit 9d67e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
bun-version: latest
2424

25-
- run: bun install --no-cache
25+
- run: bun install --frozen-lockfile --ignore-scripts
2626
- uses: nrwl/nx-set-shas@v4
2727

2828
- name: Install Playwright Browsers

0 commit comments

Comments
 (0)