From 18b677edda8e98b7d57992b0d1ed78bed8f5114c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:31:54 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.19.0 --- .github/workflows/_reusable_cdk_synth.yml | 2 +- .github/workflows/_reusable_check.yml | 2 +- .github/workflows/_reusable_deploy.yml | 2 +- .github/workflows/_reusable_lambda_rie_test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_reusable_cdk_synth.yml b/.github/workflows/_reusable_cdk_synth.yml index d1da457..4dcc400 100644 --- a/.github/workflows/_reusable_cdk_synth.yml +++ b/.github/workflows/_reusable_cdk_synth.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: "24.18.1" + node-version: "24.19.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_check.yml b/.github/workflows/_reusable_check.yml index 9829f15..e5e3d50 100644 --- a/.github/workflows/_reusable_check.yml +++ b/.github/workflows/_reusable_check.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: "24.18.1" + node-version: "24.19.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_deploy.yml b/.github/workflows/_reusable_deploy.yml index 2bb64dc..69b25cc 100644 --- a/.github/workflows/_reusable_deploy.yml +++ b/.github/workflows/_reusable_deploy.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: "24.18.1" + node-version: "24.19.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_lambda_rie_test.yml b/.github/workflows/_reusable_lambda_rie_test.yml index 79e8fa8..0770d49 100644 --- a/.github/workflows/_reusable_lambda_rie_test.yml +++ b/.github/workflows/_reusable_lambda_rie_test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: "24.18.1" + node-version: "24.19.0" cache: npm cache-dependency-path: package-lock.json