Skip to content

Commit dc7c48f

Browse files
committed
fix error on lockfile update
1 parent edcaeba commit dc7c48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424
2525
- name: Install dependencies
2626
shell: bash
27-
run: bun install --frozen-lockfile
27+
run: bun install

0 commit comments

Comments
 (0)