From 84c65960376884c8dfa949085d609a4d1b5f909d Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:07:51 +0100 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20dependency=20nod?= =?UTF-8?q?e=20(22.21.0=20=E2=86=92=2024.10.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 22.21.0 | 24.10.0 | --- .github/workflows/deploy-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-artifacts.yml b/.github/workflows/deploy-artifacts.yml index f6804d0..7f16d9c 100644 --- a/.github/workflows/deploy-artifacts.yml +++ b/.github/workflows/deploy-artifacts.yml @@ -44,7 +44,7 @@ jobs: - name: Install NodeJS 22.x uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 22.x + node-version: 24.x - name: Cache NodeJS environment uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4