From f8ec74bf22e294af9c1b704e2a361a03a4af8845 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Mon, 13 Apr 2026 14:45:29 +0200 Subject: [PATCH] Change Node.js version to 20 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 da984b02..8d021320 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: name: build - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 20 # required for OIDC npm@latest registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest