From e509994cdc7456c227672f88dc6f857cfe820124 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Wed, 24 Jun 2026 16:16:37 +0200 Subject: [PATCH] ci: Apply standard ci-node-version --- .github/workflows/github-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 1954c9a2a79..ec284eb043c 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -22,10 +22,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js + - name: Use Node.js LTS 22 uses: actions/setup-node@v6 with: - node-version: 22.20.0 + node-version: 22 - name: Install dependencies run: npm ci