From c6a634a5e20a04de11db36839aa9418973e5e672 Mon Sep 17 00:00:00 2001 From: JonLuca DeCaro Date: Mon, 30 Oct 2023 12:22:07 -0700 Subject: [PATCH] bun force install --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 690ecab3..e671239f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}- - name: Install - run: bun install --immutable + run: bun install --immutable --force - name: Lint run: bun run lint