From 5a50f80d905feec3c11b073cf121cb3776d102da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:06:40 +0000 Subject: [PATCH] RENOVATE: Update Node.js to v24 --- .nvmrc | 2 +- app.config.yaml | 38 +++++++++++++-------------- commerce-backend-ui-1/ext.config.yaml | 4 +-- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.nvmrc b/.nvmrc index cde04c9..c4b3e01 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1,2 +1,2 @@ -22.22.3 +24.16.0 diff --git a/app.config.yaml b/app.config.yaml index b865aec..c8e1d02 100644 --- a/app.config.yaml +++ b/app.config.yaml @@ -11,14 +11,14 @@ application: info: function: actions/commerce-checkout-starter-kit-info/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 annotations: require-adobe-auth: true final: true generic: function: actions/generic/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -28,7 +28,7 @@ application: validate-payment: function: actions/validate-payment/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_PAYMENT_METHOD_CODES: $COMMERCE_PAYMENT_METHOD_CODES @@ -42,7 +42,7 @@ application: filter-payment: function: actions/filter-payment/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -55,7 +55,7 @@ application: shipping-methods: function: actions/shipping-methods/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -68,7 +68,7 @@ application: collect-taxes: function: actions/collect-taxes/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -80,7 +80,7 @@ application: collect-adjustment-taxes: function: actions/collect-adjustment-taxes/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -92,7 +92,7 @@ application: tiered-quantity-discount: function: actions/total-collector-discounts/tiered-quantity-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -104,7 +104,7 @@ application: tiered-category-discount: function: actions/total-collector-discounts/tiered-category-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -116,7 +116,7 @@ application: category-based-discount: function: actions/total-collector-discounts/category-based-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -128,7 +128,7 @@ application: cheapest-item-discount: function: actions/total-collector-discounts/cheapest-item-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -140,7 +140,7 @@ application: expensive-item-discount: function: actions/total-collector-discounts/expensive-item-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -152,7 +152,7 @@ application: cheapest-quantity-discount: function: actions/total-collector-discounts/cheapest-quantity-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -164,7 +164,7 @@ application: step-price-discount: function: actions/total-collector-discounts/step-price-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -176,7 +176,7 @@ application: multi-condition-discount: function: actions/total-collector-discounts/multi-condition-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -188,7 +188,7 @@ application: tiered-total-spend-discount: function: actions/total-collector-discounts/tiered-total-spend-discount/index.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug COMMERCE_WEBHOOKS_PUBLIC_KEY: $COMMERCE_WEBHOOKS_PUBLIC_KEY @@ -201,7 +201,7 @@ application: consume: function: actions/commerce-events/consume.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: @@ -212,7 +212,7 @@ application: publish: function: actions/3rd-party-events/publish.js web: 'yes' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug # IMS credentials @@ -235,7 +235,7 @@ application: consume: function: actions/3rd-party-events/consume.js web: 'no' - runtime: nodejs:22 + runtime: nodejs:24 inputs: LOG_LEVEL: debug annotations: diff --git a/commerce-backend-ui-1/ext.config.yaml b/commerce-backend-ui-1/ext.config.yaml index 95cf802..e28e87e 100644 --- a/commerce-backend-ui-1/ext.config.yaml +++ b/commerce-backend-ui-1/ext.config.yaml @@ -12,7 +12,7 @@ runtimeManifest: registration: function: actions/registration/index.js web: 'yes' - runtime: 'nodejs:22' + runtime: 'nodejs:24' inputs: LOG_LEVEL: debug annotations: @@ -24,7 +24,7 @@ runtimeManifest: commerce-rest-api: function: actions/commerce/index.js web: 'yes' - runtime: 'nodejs:22' + runtime: 'nodejs:24' inputs: LOG_LEVEL: debug AIO_CLI_ENV: $AIO_CLI_ENV diff --git a/package-lock.json b/package-lock.json index 519aa93..81a4c94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "wait-for-expect": "^4.0.0" }, "engines": { - "node": "^22.0.0" + "node": "^24.0.0" } }, "node_modules/@adobe/aio-lib-analytics": { diff --git a/package.json b/package.json index a011fd8..8ac7163 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "sync-oauth-credentials": "node scripts/sync-oauth-credentials.js" }, "engines": { - "node": "^22.0.0" + "node": "^24.0.0" }, "lint-staged": { "*": [