Skip to content

Commit 3e7df7f

Browse files
committed
ci: use --frozen-lockfile in CI to ensure reproducible builds
1 parent f479d86 commit 3e7df7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
bun-version: latest
8080

8181
- name: Install dependencies
82-
run: bun install
82+
run: bun install --frozen-lockfile
8383
env:
8484
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/cli"
8585

0 commit comments

Comments
 (0)