From c2ba41588c0c8f17e617656109fd371392a4b4ed Mon Sep 17 00:00:00 2001 From: Lionel VICTOR <44619354+tchinchow@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:52:50 +0100 Subject: [PATCH] fix: switch more tests to node 25.3.0 #6771 --- .github/workflows/autofix.yml | 2 +- .github/workflows/close-incorrect-issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 17a2275c5..65addf5e0 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 20 + node-version: 25.3.0 - name: Install dependencies run: npm ci diff --git a/.github/workflows/close-incorrect-issue.yml b/.github/workflows/close-incorrect-issue.yml index b81ca5359..d78075518 100644 --- a/.github/workflows/close-incorrect-issue.yml +++ b/.github/workflows/close-incorrect-issue.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [20] + node-version: [25.3.0] steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1