From 4535c3ad486b4418558a3bc77d51917bb6743d8f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 19 Dec 2023 19:41:07 +0200 Subject: [PATCH] Update CI --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12af0d5..83622c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,10 @@ jobs: name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: node-version: + - 20 - 18 - 16 - 14 @@ -17,8 +19,8 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install