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
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --no-save-lockfile
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ runs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --no-save-lockfile
|
||||||
|
|
||||||
- name: Configure npm auth
|
- name: Configure npm auth
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue