From 842107722901c48cdd440df327c686575ef35cb7 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:43:45 +0000 Subject: [PATCH 1/2] chore: deps: update Node used by Github Action to 24.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a56ed466..d6d8f139a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 20 + node-version: 24 - name: Install Hugo uses: peaceiris/actions-hugo@v3 From 3ef6ca2ae3621b886d9838e0f35ad7186b93065d Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:43:57 +0000 Subject: [PATCH 2/2] chore: deps: update Node used by Netlify to 24.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cea485c0a..01071ebbb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ [build.environment] HUGO_VERSION = "0.159.1" - NODE_VERSION = "20.20.0" + NODE_VERSION = "24.14.1" NPM_VERSION = "11.12.1" [context.production]