From 3a8db6816901dc8d520e189e93ada089f1927369 Mon Sep 17 00:00:00 2001 From: Comick Date: Thu, 11 Apr 2024 21:00:08 +0200 Subject: [PATCH] Update CI to current node and robot versions --- .github/workflows/test.js.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index 4219213..5a89d2c 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -15,10 +15,12 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false + max-parallel: 1 matrix: # Kept current with https://github.com/nodejs/release#release-schedule - node-version: [14.x, 16.x, 18.x, 19.x] - robot-version: [3.2.2, 4.1.3, 5.0, 6.0.1] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x] + robot-version: [3.2.2, 4.1.3, 5.0, 6.1.1, 7.0] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} and Robot Framework ${{ matrix.robot-version }}