From 1bd8eafc6d293a8549f611515f16e6d39fc269ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:38:24 +0000 Subject: [PATCH] chore(deps): update node.js to v24.19.0 --- .github/workflows/compose-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index 82fb1fa..b12d37e 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -58,7 +58,7 @@ jobs: timeout-minutes: 15 env: # renovate: datasource=node-version depName=node versioning=node - NODE_VERSION: "24.18.1" + NODE_VERSION: "24.19.0" outputs: actionlint-result: ${{ steps.results.outputs.actionlint-result }} lint-result: ${{ steps.results.outputs.lint-result }}