From a779df02ed3662f9bdb517961cdf0f0f11ff00b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:36:05 +0000 Subject: [PATCH] :arrow_up: Updates Node.js to v26 --- .github/workflows/broken-links.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index faf46b8f..01ebc511 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v2.1.4 with: - node-version: 12.x + node-version: 26.3.0 - run: npm install -g markdown-link-check - run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \; diff --git a/package.json b/package.json index 768528b4..4a5a6d1b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "access": "public" }, "engines": { - "node": ">= v8.17.0" + "node": ">= 26.3.0" }, "keywords": [ "github-actions",