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
@@ -21,7 +21,7 @@ jobs:
bun-version: latest
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"