From 1e8a80dd11230511440aaaa946efc96298e8e7b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:45:21 +0000 Subject: [PATCH] :arrow_up: Updates node to v24 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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..fd579e2d 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: 24.x - 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 5e611876..f880c136 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@semantic-release/release-notes-generator": "^9.0.1", "@types/jest": "^26.0.20", "@types/lodash.mergewith": "^4.6.6", - "@types/node": "^14.14.35", + "@types/node": "^24.0.0", "@types/prettier": "^2.1.5", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0",