45
45
- uses : actions/checkout@v4
46
46
- uses : actions/setup-node@v4
47
47
with :
48
- node-version : 20 .x
48
+ node-version : 22 .x
49
49
registry-url : ' https://registry.npmjs.org'
50
50
- id : release-common
51
51
name : Full release of packages/shared/common
65
65
- uses : actions/checkout@v4
66
66
- uses : actions/setup-node@v4
67
67
with :
68
- node-version : 20 .x
68
+ node-version : 22 .x
69
69
registry-url : ' https://registry.npmjs.org'
70
70
- id : release-sdk-client
71
71
name : Full release of packages/shared/sdk-client
85
85
- uses : actions/checkout@v4
86
86
- uses : actions/setup-node@v4
87
87
with :
88
- node-version : 20 .x
88
+ node-version : 22 .x
89
89
registry-url : ' https://registry.npmjs.org'
90
90
- id : release-sdk-server
91
91
name : Full release of packages/shared/sdk-server
@@ -105,7 +105,7 @@ jobs:
105
105
- uses : actions/checkout@v4
106
106
- uses : actions/setup-node@v4
107
107
with :
108
- node-version : 20 .x
108
+ node-version : 22 .x
109
109
registry-url : ' https://registry.npmjs.org'
110
110
- id : release-sdk-server-edge
111
111
name : Full release of packages/shared/sdk-server-edge
@@ -125,7 +125,7 @@ jobs:
125
125
- uses : actions/checkout@v4
126
126
- uses : actions/setup-node@v4
127
127
with :
128
- node-version : 20 .x
128
+ node-version : 22 .x
129
129
registry-url : ' https://registry.npmjs.org'
130
130
- id : release-akamai-edgeworker-sdk
131
131
name : Full release of packages/shared/akamai-edgeworker-sdk
@@ -145,7 +145,7 @@ jobs:
145
145
- uses : actions/checkout@v4
146
146
- uses : actions/setup-node@v4
147
147
with :
148
- node-version : 20 .x
148
+ node-version : 22 .x
149
149
registry-url : ' https://registry.npmjs.org'
150
150
- id : release-cloudflare
151
151
name : Full release of packages/sdk/cloudflare
@@ -165,7 +165,7 @@ jobs:
165
165
- uses : actions/checkout@v4
166
166
- uses : actions/setup-node@v4
167
167
with :
168
- node-version : 20 .x
168
+ node-version : 22 .x
169
169
registry-url : ' https://registry.npmjs.org'
170
170
- id : release-fastly
171
171
name : Full release of packages/sdk/fastly
@@ -185,7 +185,7 @@ jobs:
185
185
- uses : actions/checkout@v4
186
186
- uses : actions/setup-node@v4
187
187
with :
188
- node-version : 20 .x
188
+ node-version : 22 .x
189
189
registry-url : ' https://registry.npmjs.org'
190
190
- id : release-react-native
191
191
name : Full release of packages/sdk/react-native
@@ -205,7 +205,7 @@ jobs:
205
205
- uses : actions/checkout@v4
206
206
- uses : actions/setup-node@v4
207
207
with :
208
- node-version : 20 .x
208
+ node-version : 22 .x
209
209
registry-url : ' https://registry.npmjs.org'
210
210
- id : release-react-native
211
211
name : Full release of packages/sdk/browser
@@ -225,7 +225,7 @@ jobs:
225
225
- uses : actions/checkout@v4
226
226
- uses : actions/setup-node@v4
227
227
with :
228
- node-version : 20 .x
228
+ node-version : 22 .x
229
229
registry-url : ' https://registry.npmjs.org'
230
230
- id : release-server-node
231
231
name : Full release of packages/sdk/server-node
@@ -245,7 +245,7 @@ jobs:
245
245
- uses : actions/checkout@v4
246
246
- uses : actions/setup-node@v4
247
247
with :
248
- node-version : 20 .x
248
+ node-version : 22 .x
249
249
registry-url : ' https://registry.npmjs.org'
250
250
- id : release-vercel
251
251
name : Full release of packages/sdk/vercel
@@ -265,7 +265,7 @@ jobs:
265
265
- uses : actions/checkout@v4
266
266
- uses : actions/setup-node@v4
267
267
with :
268
- node-version : 20 .x
268
+ node-version : 22 .x
269
269
registry-url : ' https://registry.npmjs.org'
270
270
- id : release-akamai-base
271
271
name : Full release of packages/sdk/akamai-base
@@ -285,7 +285,7 @@ jobs:
285
285
- uses : actions/checkout@v4
286
286
- uses : actions/setup-node@v4
287
287
with :
288
- node-version : 20 .x
288
+ node-version : 22 .x
289
289
registry-url : ' https://registry.npmjs.org'
290
290
- id : release-akamai-edgekv
291
291
name : Full release of packages/sdk/akamai-edgekv
@@ -305,7 +305,7 @@ jobs:
305
305
- uses : actions/checkout@v4
306
306
- uses : actions/setup-node@v4
307
307
with :
308
- node-version : 20 .x
308
+ node-version : 22 .x
309
309
registry-url : ' https://registry.npmjs.org'
310
310
- run : |
311
311
sudo apt-get update
@@ -329,7 +329,7 @@ jobs:
329
329
- uses : actions/checkout@v4
330
330
- uses : actions/setup-node@v4
331
331
with :
332
- node-version : 20 .x
332
+ node-version : 22 .x
333
333
registry-url : ' https://registry.npmjs.org'
334
334
- run : |
335
335
sudo docker run -d -p 8000:8000 amazon/dynamodb-local
@@ -351,7 +351,7 @@ jobs:
351
351
- uses : actions/checkout@v4
352
352
- uses : actions/setup-node@v4
353
353
with :
354
- node-version : 20 .x
354
+ node-version : 22 .x
355
355
registry-url : ' https://registry.npmjs.org'
356
356
- id : release-node-server-sdk-otel
357
357
name : Full release of packages/telemetry/node-server-sdk-otel
@@ -371,7 +371,7 @@ jobs:
371
371
- uses : actions/checkout@v4
372
372
- uses : actions/setup-node@v4
373
373
with :
374
- node-version : 20 .x
374
+ node-version : 22 .x
375
375
registry-url : ' https://registry.npmjs.org'
376
376
- id : release-tooling-jest
377
377
name : Full release of packages/tooling/jest
@@ -391,7 +391,7 @@ jobs:
391
391
- uses : actions/checkout@v4
392
392
- uses : actions/setup-node@v4
393
393
with :
394
- node-version : 20 .x
394
+ node-version : 22 .x
395
395
registry-url : ' https://registry.npmjs.org'
396
396
- id : release-react-universal-sdk
397
397
name : Full release of packages/sdk/react-universal
@@ -411,7 +411,7 @@ jobs:
411
411
- uses : actions/checkout@v4
412
412
- uses : actions/setup-node@v4
413
413
with :
414
- node-version : 20 .x
414
+ node-version : 22 .x
415
415
registry-url : ' https://registry.npmjs.org'
416
416
- id : release-react-native
417
417
name : Full release of packages/sdk/server-ai
@@ -431,7 +431,7 @@ jobs:
431
431
- uses : actions/checkout@v4
432
432
- uses : actions/setup-node@v4
433
433
with :
434
- node-version : 20 .x
434
+ node-version : 22 .x
435
435
registry-url : ' https://registry.npmjs.org'
436
436
- id : release-browser-telemetry
437
437
name : Full release of packages/telemetry/browser-telemetry
0 commit comments