From 9bec9c3294af3f8c21b7808489a0bd8ef7081515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 6 Mar 2026 09:44:31 +0100 Subject: [PATCH] Pin Node.js on CI --- .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 3d0eedc3..6117dbf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [latest] + node-version: [25.6] # Do not use latest because of https://github.com/nodejs/node/issues/61971 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3