diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4ac113a..932db8f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16.x, 18.x, 21.x] + node: [16.x, 18.x, 20.x, 21.x] needs: install-cache steps: - name: Checkout Commit @@ -79,7 +79,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16.x, 18.x, 21.x] + node: [16.x, 18.x, 20.x, 21.x] + fail-fast: false needs: unit-test steps: - name: Checkout Commit