From 081578903cb471c12f8c3643810cb956707ae32d Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 4 Jan 2024 13:33:35 -0800 Subject: [PATCH] refactor: :construction_worker: remove unused strategy --- .github/workflows/bun.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/bun.yaml b/.github/workflows/bun.yaml index d6bf3ca19..f70b322db 100644 --- a/.github/workflows/bun.yaml +++ b/.github/workflows/bun.yaml @@ -9,10 +9,6 @@ jobs: env: PUBLIC_API_BASE_URL: '' runs-on: ubuntu-latest - strategy: - matrix: - node-version: - - latest steps: - uses: actions/checkout@v4 - name: Use Bun