From 803c68d987a5de6835c6e532da7222599dd8ee5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:35:36 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/akamai-edgeworker-sdk.yml | 2 +- .github/workflows/browser-telemetry.yml | 2 +- .github/workflows/common.yml | 2 +- .github/workflows/manual-publish-docs.yml | 2 +- .github/workflows/manual-publish.yml | 2 +- .github/workflows/node-dynamodb.yml | 2 +- .github/workflows/node-otel.yml | 2 +- .github/workflows/node-redis.yml | 2 +- .github/workflows/release-please.yml | 48 ++++++++++----------- .github/workflows/sdk-server-edge.yml | 2 +- .github/workflows/sdk-server.yml | 2 +- .github/workflows/server-ai-langchain.yml | 2 +- .github/workflows/server-ai-openai.yml | 2 +- .github/workflows/server-ai-vercel.yml | 2 +- .github/workflows/server-ai.yml | 2 +- 15 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/akamai-edgeworker-sdk.yml b/.github/workflows/akamai-edgeworker-sdk.yml index 7a9bb5312d..d201dda4c9 100644 --- a/.github/workflows/akamai-edgeworker-sdk.yml +++ b/.github/workflows/akamai-edgeworker-sdk.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/browser-telemetry.yml b/.github/workflows/browser-telemetry.yml index 42227cff09..0f056b8170 100644 --- a/.github/workflows/browser-telemetry.yml +++ b/.github/workflows/browser-telemetry.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index cb04dfe885..7535828329 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/manual-publish-docs.yml b/.github/workflows/manual-publish-docs.yml index 12608d318f..19fb088cb9 100644 --- a/.github/workflows/manual-publish-docs.yml +++ b/.github/workflows/manual-publish-docs.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - name: 'Setup Redis' diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 17771edb76..ffb5d6436b 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -60,7 +60,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - name: 'Setup Redis' if: ${{ inputs.workspace_path == 'packages/store/node-server-sdk-redis' }} diff --git a/.github/workflows/node-dynamodb.yml b/.github/workflows/node-dynamodb.yml index c9aa5aad87..2dc1a8ae8b 100644 --- a/.github/workflows/node-dynamodb.yml +++ b/.github/workflows/node-dynamodb.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - run: | sudo docker run -d -p 8000:8000 amazon/dynamodb-local diff --git a/.github/workflows/node-otel.yml b/.github/workflows/node-otel.yml index f9e157a904..e247f198b0 100644 --- a/.github/workflows/node-otel.yml +++ b/.github/workflows/node-otel.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/node-redis.yml b/.github/workflows/node-redis.yml index f6f724037b..f63dc6b0f3 100644 --- a/.github/workflows/node-redis.yml +++ b/.github/workflows/node-redis.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' # We may want to consider moving this build to a docker container instead of installing it # in the image. diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 882f263f6e..8bedba146c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-common name: Full release of packages/shared/common @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-sdk-client name: Full release of packages/shared/sdk-client @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-sdk-server name: Full release of packages/shared/sdk-server @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-sdk-server-edge name: Full release of packages/shared/sdk-server-edge @@ -129,7 +129,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-akamai-edgeworker-sdk name: Full release of packages/shared/akamai-edgeworker-sdk @@ -149,7 +149,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-cloudflare name: Full release of packages/sdk/cloudflare @@ -169,7 +169,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-fastly name: Full release of packages/sdk/fastly @@ -189,7 +189,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-react-native name: Full release of packages/sdk/react-native @@ -209,7 +209,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-browser name: Full release of packages/sdk/browser @@ -229,7 +229,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-server-node name: Full release of packages/sdk/server-node @@ -249,7 +249,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-vercel name: Full release of packages/sdk/vercel @@ -269,7 +269,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-akamai-base name: Full release of packages/sdk/akamai-base @@ -289,7 +289,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-akamai-edgekv name: Full release of packages/sdk/akamai-edgekv @@ -309,7 +309,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - run: | sudo apt-get update @@ -333,7 +333,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - run: | sudo docker run -d -p 8000:8000 amazon/dynamodb-local @@ -355,7 +355,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-node-server-sdk-otel name: Full release of packages/telemetry/node-server-sdk-otel @@ -375,7 +375,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-tooling-jest name: Full release of packages/tooling/jest @@ -395,7 +395,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-react-universal-sdk name: Full release of packages/sdk/react-universal @@ -415,7 +415,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-react-native name: Full release of packages/sdk/server-ai @@ -435,7 +435,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-browser-telemetry name: Full release of packages/telemetry/browser-telemetry @@ -455,7 +455,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-combined-browser name: Full release of packages/sdk/combined-browser @@ -475,7 +475,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-server-ai-langchain name: Full release of packages/ai-providers/server-ai-langchain @@ -495,7 +495,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-server-ai-openai name: Full release of packages/ai-providers/server-ai-openai @@ -515,7 +515,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: release-server-ai-vercel name: Full release of packages/ai-providers/server-ai-vercel diff --git a/.github/workflows/sdk-server-edge.yml b/.github/workflows/sdk-server-edge.yml index 6401170f4e..014a399431 100644 --- a/.github/workflows/sdk-server-edge.yml +++ b/.github/workflows/sdk-server-edge.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/sdk-server.yml b/.github/workflows/sdk-server.yml index 5146ed0338..71e0114cb9 100644 --- a/.github/workflows/sdk-server.yml +++ b/.github/workflows/sdk-server.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/server-ai-langchain.yml b/.github/workflows/server-ai-langchain.yml index 9716fb207f..1069a9782e 100644 --- a/.github/workflows/server-ai-langchain.yml +++ b/.github/workflows/server-ai-langchain.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/server-ai-openai.yml b/.github/workflows/server-ai-openai.yml index 36d7020543..0fddf6ab2b 100644 --- a/.github/workflows/server-ai-openai.yml +++ b/.github/workflows/server-ai-openai.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/server-ai-vercel.yml b/.github/workflows/server-ai-vercel.yml index caf346d736..9d8c217b11 100644 --- a/.github/workflows/server-ai-vercel.yml +++ b/.github/workflows/server-ai-vercel.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps diff --git a/.github/workflows/server-ai.yml b/.github/workflows/server-ai.yml index a89b97b508..9ea26fc8ab 100644 --- a/.github/workflows/server-ai.yml +++ b/.github/workflows/server-ai.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps