From b22aa022fbd12fc98a31ca7d05db7481358db42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:33:57 +0100 Subject: [PATCH] chore(deps): update dependency node to v24.14.0 (#1510) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c6cc2981..b30706bd 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: '24.13.1' + node-version: '24.14.0' - name: Build docs run: cd web && yarn install && yarn run build - name: Commit and push changes