From a673f6b761e2bd97559ae596bab2345d3b00e848 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:47:51 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/publish_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_pages.yml b/.github/workflows/publish_pages.yml index 5908a51..b3b6ce3 100644 --- a/.github/workflows/publish_pages.yml +++ b/.github/workflows/publish_pages.yml @@ -29,7 +29,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v6 with: - node-version: "22" + node-version: "24" - name: Install Antora run: npm i antora - name: Install Asciidoctor Kroki extension