From 742cd3df06974292da631f2c49ba3c0ea7e1a5b3 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Mon, 13 Apr 2026 11:24:32 +0200 Subject: [PATCH] Change Node.js version in CI workflow Updated Node.js version from 22 to 20 for compatibility. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0db4557..90cb120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 20 # for npm@latest registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest