From 1105c02a6e4919d66ed364fee4f9d124637b8612 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Mon, 11 Nov 2024 13:38:57 +0100 Subject: [PATCH] Update node matrix in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2397c025..7929d0cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 21] + node: [18, 20, 22] name: Smoke Tests (Node v${{ matrix.node }} with npm) runs-on: ubuntu-latest @@ -186,7 +186,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 21] + node: [18, 20, 22] name: Smoke Tests (Node v${{ matrix.node }} with yarn) runs-on: ubuntu-latest