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