From 5c0187f79196adde70729589c9e6298601bb44d4 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Mon, 7 Sep 2026 03:03:18 +0200 Subject: [PATCH] Update pr.ci.js.yml --- .github/workflows/pr.ci.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index c15da4725f..d9eb35b6a5 100644 --- a/.github/workflows/pr.ci.js.yml +++ b/.github/workflows/pr.ci.js.yml @@ -27,10 +27,10 @@ jobs: - name: Enable corepack to fix https://github.com/actions/setup-node/pull/901 run: corepack enable pnpm - - name: Use Node.js LTS (22.x) + - name: Use Node.js LTS (24.x) uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: - node-version: 22.x + node-version: 24.x cache: 'pnpm' - name: Install project dependencies @@ -44,7 +44,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [24.x, 26.x] steps: - name: Checkout PR