ci: enforce frozen bun installs

This commit is contained in:
acamq
2026-05-11 16:18:19 -06:00
parent 5394b29589
commit 6b93fbfd65
5 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ jobs:
bun-version: "1.3.12"
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"
@@ -59,7 +59,7 @@ jobs:
bun-version: "1.3.12"
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"
@@ -84,7 +84,7 @@ jobs:
bun-version: "1.3.12"
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"