From 2be7cdeef0c2d1dcbd03fef1bceafbf91e76e754 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Wed, 24 Jun 2026 16:06:29 +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 793e4c7..784934c 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -21,10 +21,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Node.js + - name: Use Node.js LTS 22 uses: actions/setup-node@v6 with: - node-version: 20.19.0 + node-version: 22 - name: Install dependencies run: npm ci