From 5739e210c0b1913d3b6a5642ae786f9631822b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:54:18 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .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 | 40 ++++++++++----------- .github/workflows/sdk-server-edge.yml | 2 +- .github/workflows/sdk-server.yml | 2 +- .github/workflows/server-ai.yml | 2 +- 12 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/akamai-edgeworker-sdk.yml b/.github/workflows/akamai-edgeworker-sdk.yml index ce4bc80513..7a9bb5312d 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: 20.x + node-version: 22.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 b14b4e0b7a..42227cff09 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: 20.x + node-version: 22.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 560c68b5ba..262a8d3803 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: 20.x + node-version: 22.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 54d03fa408..bca840c595 100644 --- a/.github/workflows/manual-publish-docs.yml +++ b/.github/workflows/manual-publish-docs.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.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 9e1bd4a909..e8162367c5 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.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 09509f2003..c9aa5aad87 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: 20.x + node-version: 22.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 92ee9c06be..f9e157a904 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: 20.x + node-version: 22.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 cdd2d408d4..f6f724037b 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: 20.x + node-version: 22.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 736cc5c85a..fe29d4a4dd 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-common name: Full release of packages/shared/common @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-sdk-client name: Full release of packages/shared/sdk-client @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-sdk-server name: Full release of packages/shared/sdk-server @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-sdk-server-edge name: Full release of packages/shared/sdk-server-edge @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-akamai-edgeworker-sdk name: Full release of packages/shared/akamai-edgeworker-sdk @@ -145,7 +145,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-cloudflare name: Full release of packages/sdk/cloudflare @@ -165,7 +165,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-fastly name: Full release of packages/sdk/fastly @@ -185,7 +185,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-react-native name: Full release of packages/sdk/react-native @@ -205,7 +205,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-react-native name: Full release of packages/sdk/browser @@ -225,7 +225,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-server-node name: Full release of packages/sdk/server-node @@ -245,7 +245,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-vercel name: Full release of packages/sdk/vercel @@ -265,7 +265,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-akamai-base name: Full release of packages/sdk/akamai-base @@ -285,7 +285,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-akamai-edgekv name: Full release of packages/sdk/akamai-edgekv @@ -305,7 +305,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - run: | sudo apt-get update @@ -329,7 +329,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - run: | sudo docker run -d -p 8000:8000 amazon/dynamodb-local @@ -351,7 +351,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-node-server-sdk-otel name: Full release of packages/telemetry/node-server-sdk-otel @@ -371,7 +371,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-tooling-jest name: Full release of packages/tooling/jest @@ -391,7 +391,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-react-universal-sdk name: Full release of packages/sdk/react-universal @@ -411,7 +411,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-react-native name: Full release of packages/sdk/server-ai @@ -431,7 +431,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: release-browser-telemetry name: Full release of packages/telemetry/browser-telemetry diff --git a/.github/workflows/sdk-server-edge.yml b/.github/workflows/sdk-server-edge.yml index d80665377f..6401170f4e 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: 20.x + node-version: 22.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 aaa9e109ae..5146ed0338 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: 20.x + node-version: 22.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 e403cb52ec..9d02e1d673 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: 20.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - id: shared name: Shared CI Steps