From 48496c6a98700bc6ef304caf7fec8249d3a036a7 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 11 Mar 2026 17:01:40 +0100 Subject: [PATCH 1/3] update node 22-24 --- .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 b71083a3..aba0928c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20, 22] + node-version: [20, 24] steps: - uses: actions/checkout@v6 @@ -30,7 +30,7 @@ jobs: - run: npm test - run: npm run build --if-present - name: Save build - if: matrix.node-version == 20 + if: matrix.node-version == 22 uses: actions/upload-artifact@v6 with: name: build From 44a855be0371d8d2ceec86e2ea72c5a2c2fe2c2f Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 11 Mar 2026 17:46:33 +0100 Subject: [PATCH 2/3] Change Node.js version from 20 to 22 in CI workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba0928c..483f6e6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20, 24] + node-version: [22, 24] steps: - uses: actions/checkout@v6 @@ -66,7 +66,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest @@ -92,7 +92,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest From 08ef25e32c0bd3de35970965e66512318142805a Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:04:43 +0100 Subject: [PATCH 3/3] updated .nvmrc --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 1d898f1f..42a1c98a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.19.2 +v22.22.0