fix bun install
This commit is contained in:
parent
6d43e70205
commit
266783667a
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ runs:
|
|||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: bun install --frozen-lockfile
|
||||
run: bun install --no-save-lockfile
|
||||
|
||||
- name: Lint
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue