From 0911a081dbfef2dc2bdea20a5b9bb8795b7a6400 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Thu, 15 May 2025 13:25:39 +0900 Subject: [PATCH] _ Signed-off-by: Sora Morimoto --- .github/workflows/main.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy