diff --git a/.github/workflows/_reusable_cdk_synth.yml b/.github/workflows/_reusable_cdk_synth.yml index f47e33f..d1da457 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.0" + node-version: "24.18.1" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_check.yml b/.github/workflows/_reusable_check.yml index bbb738b..9829f15 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.0" + node-version: "24.18.1" cache: npm cache-dependency-path: | package-lock.json diff --git a/.github/workflows/_reusable_deploy.yml b/.github/workflows/_reusable_deploy.yml index 0e9829a..2bb64dc 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.0" + node-version: "24.18.1" 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 062a362..79e8fa8 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.0" + node-version: "24.18.1" cache: npm cache-dependency-path: package-lock.json