From 80f10c7ff6fd0e82a4dcfbfbf9872bb0126e4315 Mon Sep 17 00:00:00 2001 From: Ivan Sabelnikov Date: Mon, 22 Jun 2026 14:59:02 +0100 Subject: [PATCH] Update Node.js version to 24 in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e29cf19..187aca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '24' registry-url: 'https://registry.npmjs.org' package-manager-cache: false # never use caching in release builds