fix bun install

This commit is contained in:
Dan Finch 2026-05-02 15:32:29 +02:00
parent 6d43e70205
commit 266783667a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -25,7 +25,7 @@ runs:
- name: Install dependencies
shell: bash
run: bun install --frozen-lockfile
run: bun install --no-save-lockfile
- name: Configure npm auth
shell: bash