From 266783667a50b802371b32622ffc57f5f73e1094 Mon Sep 17 00:00:00 2001 From: Errilaz Date: Sat, 2 May 2026 15:32:29 +0200 Subject: [PATCH] fix bun install --- actions/checks/action.yml | 2 +- actions/release/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/checks/action.yml b/actions/checks/action.yml index 1ca89e2..a259f0c 100644 --- a/actions/checks/action.yml +++ b/actions/checks/action.yml @@ -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 diff --git a/actions/release/action.yml b/actions/release/action.yml index 30cb498..63e1403 100644 --- a/actions/release/action.yml +++ b/actions/release/action.yml @@ -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