From 13261bd56a800b4d0bbc713f1f20bbfd4647c5b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:28:42 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.16.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 7af7202..391147b 100644 --- a/.github/workflows/_reusable_cdk_synth.yml +++ b/.github/workflows/_reusable_cdk_synth.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: "24.15.0" + node-version: "24.16.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_check.yml b/.github/workflows/_reusable_check.yml index 4db1d0a..7c15384 100644 --- a/.github/workflows/_reusable_check.yml +++ b/.github/workflows/_reusable_check.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: "24.15.0" + node-version: "24.16.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_deploy.yml b/.github/workflows/_reusable_deploy.yml index ead6d85..e6fee5b 100644 --- a/.github/workflows/_reusable_deploy.yml +++ b/.github/workflows/_reusable_deploy.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: "24.15.0" + node-version: "24.16.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 67ea32a..f20df30 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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: "24.15.0" + node-version: "24.16.0" cache: npm cache-dependency-path: package-lock.json