From 5a5fa3a4f8add33a4986cc7f09037adf1ddedaee Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Mon, 7 Sep 2026 03:03:34 +0200 Subject: [PATCH] Update ci.js.yml --- .github/workflows/ci.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 12b4dbcd1a..3fa3a49874 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -17,10 +17,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 @@ -34,7 +34,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [24.x, 26.x] steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1