From cdb55375041c85696e054778b4f7160dcd1fe7b7 Mon Sep 17 00:00:00 2001 From: Matt Hadden Date: Sat, 21 Oct 2023 13:46:36 -0400 Subject: [PATCH] chore(ci): fix workflow --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76b15a4d..24d815e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,11 +26,10 @@ concurrency: group: ${{ github.head_ref || github.ref_name }} cancel-in-progress: true -strategy: - matrix: - node: [16.x, 18.x, 21.x] - jobs: + strategy: + matrix: + node: [16.x, 18.x, 21.x] install-cache: name: "Generate Cache" runs-on: ubuntu-latest