diff --git a/.github/workflows/akamai-edgeworker-sdk.yml b/.github/workflows/akamai-edgeworker-sdk.yml index 7a9bb5312..d201dda4c 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 42227cff0..0f056b817 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 cb04dfe88..753582832 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 12608d318..19fb088cb 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 17771edb7..ffb5d6436 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 c9aa5aad8..2dc1a8ae8 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 f9e157a90..e247f198b 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 f6f724037..f63dc6b0f 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 882f263f6..8bedba146 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 6401170f4..014a39943 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 5146ed033..71e0114cb 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 9716fb207..1069a9782 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 36d702054..0fddf6ab2 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 caf346d73..9d8c217b1 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 a89b97b50..9ea26fc8a 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