Skip to content

Commit daa4bd2

Browse files
committed
chore: update
1 parent 953ed94 commit daa4bd2

3 files changed

Lines changed: 56 additions & 52 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: oven-sh/setup-bun@v1
2626
with:
2727
bun-version: latest
28-
28+
2929
- name: Install dependencies
30-
run: bun install
30+
run: bun install--frozen-lockfile
3131

3232
- name: Run validation
3333
run: bun run tsc && bun run lint && bun run format

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: oven-sh/setup-bun@v1
2424
with:
2525
bun-version: latest
26-
- run: bun install
26+
- run: bun install --frozen-lockfile
2727
- run: bun run build
2828
- run: bunx changelogithub
2929
continue-on-error: true

0 commit comments

Comments
 (0)