From 0d288fec97376e25ce968b2872c71227c23f896d Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Wed, 25 Feb 2026 14:49:58 +0200 Subject: [PATCH] pin node 25 to 25.6 pending: https://github.com/nodejs/node/issues/61971 --- .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 228438b2a1..0fdb25a9de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version_to_setup: [20, 22, 24, 25] + node_version_to_setup: [20, 22, 24, 25.6] permissions: contents: read # for actions/checkout steps: