From a5e743142475e4fd4a4ffca73b4d3d301d1db3e3 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Thu, 7 Nov 2024 11:16:24 +0100 Subject: [PATCH] Try to add node 22 to test matrix --- .github/workflows/jsroot-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jsroot-ci.yml b/.github/workflows/jsroot-ci.yml index 62dd57123..d288d3740 100644 --- a/.github/workflows/jsroot-ci.yml +++ b/.github/workflows/jsroot-ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] cxx: [g++-11, g++-12, g++-13] steps: @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout jsroot uses: actions/checkout@v4