From a1fb01b76122444c8d5b1742ed9f3e451689e1f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 01:43:36 +0000 Subject: [PATCH] chore(deps): update node.js to v24 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/link-check.yml | 2 +- .nvmrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2be1bdda..132d5dce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index f2f2990c..fcbd2f17 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -25,7 +25,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.nvmrc b/.nvmrc index 209e3ef4..a45fd52c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24