From c3f851c41f93d4650f7923ffbb05a9e8b98ad326 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 8 Apr 2026 00:45:12 +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 5de14e5c..1febe3e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,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