Skip to content

Commit 87bf158

Browse files
authored
ci: Use --frozen-lockfile to install dependencies (#3)
1 parent a711dc5 commit 87bf158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
bun-version: latest
3838

3939
- name: Install dependencies
40-
run: bun i
40+
run: bun install --frozen-lockfile
4141

4242
- name: Build
4343
env:

0 commit comments

Comments
 (0)