Skip to content

Commit 274004b

Browse files
committed
fix: use frozen-lockfile for bun install in lint job
1 parent db38529 commit 274004b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
bun-version: "1.2.17"
147147

148148
- name: Install JS dependencies
149-
run: bun install
149+
run: bun install --frozen-lockfile
150150

151151
- name: Setup Just
152152
uses: extractions/setup-just@v3

0 commit comments

Comments
 (0)