Skip to content

Commit 475f682

Browse files
chore(deps): update dependency node to v22
1 parent 1519cb9 commit 475f682

12 files changed

+31
-31
lines changed

.github/workflows/akamai-edgeworker-sdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

.github/workflows/browser-telemetry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

.github/workflows/common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

.github/workflows/manual-publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20.x
34+
node-version: 22.x
3535
registry-url: 'https://registry.npmjs.org'
3636

3737
- name: 'Setup Redis'

.github/workflows/manual-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757
- uses: actions/setup-node@v4
5858
with:
59-
node-version: 20.x
59+
node-version: 22.x
6060
registry-url: 'https://registry.npmjs.org'
6161
- name: 'Setup Redis'
6262
if: ${{ inputs.workspace_path == 'packages/store/node-server-sdk-redis' }}

.github/workflows/node-dynamodb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- run: |
2323
sudo docker run -d -p 8000:8000 amazon/dynamodb-local

.github/workflows/node-otel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

.github/workflows/node-redis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
# We may want to consider moving this build to a docker container instead of installing it
2323
# in the image.

.github/workflows/release-please.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version: 20.x
48+
node-version: 22.x
4949
registry-url: 'https://registry.npmjs.org'
5050
- id: release-common
5151
name: Full release of packages/shared/common
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v4
6666
- uses: actions/setup-node@v4
6767
with:
68-
node-version: 20.x
68+
node-version: 22.x
6969
registry-url: 'https://registry.npmjs.org'
7070
- id: release-sdk-client
7171
name: Full release of packages/shared/sdk-client
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686
- uses: actions/setup-node@v4
8787
with:
88-
node-version: 20.x
88+
node-version: 22.x
8989
registry-url: 'https://registry.npmjs.org'
9090
- id: release-sdk-server
9191
name: Full release of packages/shared/sdk-server
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v4
106106
- uses: actions/setup-node@v4
107107
with:
108-
node-version: 20.x
108+
node-version: 22.x
109109
registry-url: 'https://registry.npmjs.org'
110110
- id: release-sdk-server-edge
111111
name: Full release of packages/shared/sdk-server-edge
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v4
126126
- uses: actions/setup-node@v4
127127
with:
128-
node-version: 20.x
128+
node-version: 22.x
129129
registry-url: 'https://registry.npmjs.org'
130130
- id: release-akamai-edgeworker-sdk
131131
name: Full release of packages/shared/akamai-edgeworker-sdk
@@ -145,7 +145,7 @@ jobs:
145145
- uses: actions/checkout@v4
146146
- uses: actions/setup-node@v4
147147
with:
148-
node-version: 20.x
148+
node-version: 22.x
149149
registry-url: 'https://registry.npmjs.org'
150150
- id: release-cloudflare
151151
name: Full release of packages/sdk/cloudflare
@@ -165,7 +165,7 @@ jobs:
165165
- uses: actions/checkout@v4
166166
- uses: actions/setup-node@v4
167167
with:
168-
node-version: 20.x
168+
node-version: 22.x
169169
registry-url: 'https://registry.npmjs.org'
170170
- id: release-fastly
171171
name: Full release of packages/sdk/fastly
@@ -185,7 +185,7 @@ jobs:
185185
- uses: actions/checkout@v4
186186
- uses: actions/setup-node@v4
187187
with:
188-
node-version: 20.x
188+
node-version: 22.x
189189
registry-url: 'https://registry.npmjs.org'
190190
- id: release-react-native
191191
name: Full release of packages/sdk/react-native
@@ -205,7 +205,7 @@ jobs:
205205
- uses: actions/checkout@v4
206206
- uses: actions/setup-node@v4
207207
with:
208-
node-version: 20.x
208+
node-version: 22.x
209209
registry-url: 'https://registry.npmjs.org'
210210
- id: release-react-native
211211
name: Full release of packages/sdk/browser
@@ -225,7 +225,7 @@ jobs:
225225
- uses: actions/checkout@v4
226226
- uses: actions/setup-node@v4
227227
with:
228-
node-version: 20.x
228+
node-version: 22.x
229229
registry-url: 'https://registry.npmjs.org'
230230
- id: release-server-node
231231
name: Full release of packages/sdk/server-node
@@ -245,7 +245,7 @@ jobs:
245245
- uses: actions/checkout@v4
246246
- uses: actions/setup-node@v4
247247
with:
248-
node-version: 20.x
248+
node-version: 22.x
249249
registry-url: 'https://registry.npmjs.org'
250250
- id: release-vercel
251251
name: Full release of packages/sdk/vercel
@@ -265,7 +265,7 @@ jobs:
265265
- uses: actions/checkout@v4
266266
- uses: actions/setup-node@v4
267267
with:
268-
node-version: 20.x
268+
node-version: 22.x
269269
registry-url: 'https://registry.npmjs.org'
270270
- id: release-akamai-base
271271
name: Full release of packages/sdk/akamai-base
@@ -285,7 +285,7 @@ jobs:
285285
- uses: actions/checkout@v4
286286
- uses: actions/setup-node@v4
287287
with:
288-
node-version: 20.x
288+
node-version: 22.x
289289
registry-url: 'https://registry.npmjs.org'
290290
- id: release-akamai-edgekv
291291
name: Full release of packages/sdk/akamai-edgekv
@@ -305,7 +305,7 @@ jobs:
305305
- uses: actions/checkout@v4
306306
- uses: actions/setup-node@v4
307307
with:
308-
node-version: 20.x
308+
node-version: 22.x
309309
registry-url: 'https://registry.npmjs.org'
310310
- run: |
311311
sudo apt-get update
@@ -329,7 +329,7 @@ jobs:
329329
- uses: actions/checkout@v4
330330
- uses: actions/setup-node@v4
331331
with:
332-
node-version: 20.x
332+
node-version: 22.x
333333
registry-url: 'https://registry.npmjs.org'
334334
- run: |
335335
sudo docker run -d -p 8000:8000 amazon/dynamodb-local
@@ -351,7 +351,7 @@ jobs:
351351
- uses: actions/checkout@v4
352352
- uses: actions/setup-node@v4
353353
with:
354-
node-version: 20.x
354+
node-version: 22.x
355355
registry-url: 'https://registry.npmjs.org'
356356
- id: release-node-server-sdk-otel
357357
name: Full release of packages/telemetry/node-server-sdk-otel
@@ -371,7 +371,7 @@ jobs:
371371
- uses: actions/checkout@v4
372372
- uses: actions/setup-node@v4
373373
with:
374-
node-version: 20.x
374+
node-version: 22.x
375375
registry-url: 'https://registry.npmjs.org'
376376
- id: release-tooling-jest
377377
name: Full release of packages/tooling/jest
@@ -391,7 +391,7 @@ jobs:
391391
- uses: actions/checkout@v4
392392
- uses: actions/setup-node@v4
393393
with:
394-
node-version: 20.x
394+
node-version: 22.x
395395
registry-url: 'https://registry.npmjs.org'
396396
- id: release-react-universal-sdk
397397
name: Full release of packages/sdk/react-universal
@@ -411,7 +411,7 @@ jobs:
411411
- uses: actions/checkout@v4
412412
- uses: actions/setup-node@v4
413413
with:
414-
node-version: 20.x
414+
node-version: 22.x
415415
registry-url: 'https://registry.npmjs.org'
416416
- id: release-react-native
417417
name: Full release of packages/sdk/server-ai
@@ -431,7 +431,7 @@ jobs:
431431
- uses: actions/checkout@v4
432432
- uses: actions/setup-node@v4
433433
with:
434-
node-version: 20.x
434+
node-version: 22.x
435435
registry-url: 'https://registry.npmjs.org'
436436
- id: release-browser-telemetry
437437
name: Full release of packages/telemetry/browser-telemetry

.github/workflows/sdk-server-edge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

.github/workflows/sdk-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

.github/workflows/server-ai.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
registry-url: 'https://registry.npmjs.org'
2222
- id: shared
2323
name: Shared CI Steps

0 commit comments

Comments
 (0)