diff --git a/.github/workflows/_reusable_cdk_synth.yml b/.github/workflows/_reusable_cdk_synth.yml index 265b5fc..4916dd8 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.17.0" + node-version: "24.18.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_check.yml b/.github/workflows/_reusable_check.yml index 840228a..a97d37c 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.17.0" + node-version: "24.18.0" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_deploy.yml b/.github/workflows/_reusable_deploy.yml index 23bb218..0ab28fe 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.17.0" + node-version: "24.18.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 89d078e..4c58764 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.17.0" + node-version: "24.18.0" cache: npm cache-dependency-path: package-lock.json