diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 932db8f0..972ea1ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -80,7 +80,7 @@ jobs: strategy: matrix: node: [16.x, 18.x, 20.x, 21.x] - fail-fast: false + fail-fast: false needs: unit-test steps: - name: Checkout Commit