From fc897617268f22043916301fabe2a3ff5408c460 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Fri, 31 Oct 2025 16:57:16 +0100 Subject: [PATCH] Update Node.js version in CI workflow to 20 --- .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 578da3eb..32f38add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [ '^22.14.0' ] + node-version: [ '^20.19.2' ] os: [ubuntu-latest] steps: