From 5a0efce0d7107bad9a8e47b62a4331b2a26fcd71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 14:27:07 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 666c3d629..b633d011a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -238,7 +238,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: Install dependencies run: npm install