diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6542c131..35b94906 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,14 @@ permissions: read-all jobs: build-and-test: runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + node-version: + - 24 + - 22 + - 20 + - 18 steps: - name: Checkout tree uses: actions/checkout@v4 @@ -17,7 +25,7 @@ jobs: uses: actions/setup-node@v4 with: check-latest: true - node-version-file: .nvmrc + node-version: ${{ matrix.node-version }} - run: corepack enable
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: