From f0af344635720a693ea2c6e10b1233821f4710eb Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 11 Mar 2026 19:13:34 +0100 Subject: [PATCH 1/2] update node 22-24 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2782e56..818436ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20, 22] + node-version: [22, 24] steps: - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} @@ -25,7 +25,7 @@ jobs: - run: npm run build - run: npm run bundlesize - name: Save build - if: matrix.node-version == 20 + if: matrix.node-version == 22 uses: actions/upload-artifact@v6 with: name: build @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20 + node-version: 22 - run: npm ci - run: npm run build:ghpages - uses: peaceiris/actions-gh-pages@v4 @@ -78,7 +78,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 @@ -104,7 +104,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 5e389d1849e4899c20f64e58aea21c68649f28b0 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:11:53 +0100 Subject: [PATCH 2/2] 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