From 554223e87a23ce6a796f2a83abed0a3a0261bd15 Mon Sep 17 00:00:00 2001 From: "danil.radkovskyi" Date: Mon, 3 Aug 2026 12:34:54 +0200 Subject: [PATCH] Standardize node engine to >=22.20.0 Align engines.node and the CI node-version to 22.20.0, matching the other distributed templates. Built with Snoocode --- .github/workflows/ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0613829..10e7193 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v6.4.0 with: - node-version: 22.6.0 + node-version: 22.20.0 - name: Install Dependencies run: npm install --no-fund - parallel: diff --git a/package.json b/package.json index 75d47c9..1953972 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "typescript": "7.0.2" }, "engines": { - "node": ">=22.6" + "node": ">=22.20.0" } }