From cd4e26df8b58364fb8466b99e5b54109c8fbfd8b Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Mon, 13 Apr 2026 11:17:15 +0200 Subject: [PATCH] Change Node.js version to 20 in CI workflow Updated Node.js version from 22 to 20 for compatibility with npm@latest. --- .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 f255094..eba70fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,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