@@ -43,7 +43,7 @@ executors:
43
43
default : " small"
44
44
working_directory : /tmp/storybook
45
45
docker :
46
- - image : mcr.microsoft.com/playwright:v1.41.1-focal
46
+ - image : mcr.microsoft.com/playwright:v1.41.1-jammy
47
47
environment :
48
48
NODE_OPTIONS : --max_old_space_size=6144
49
49
resource_class : <<parameters.class>>
@@ -359,6 +359,9 @@ jobs:
359
359
clone_options : " --depth 1 --verbose"
360
360
- attach_workspace :
361
361
at : .
362
+ - run :
363
+ name : Node 18
364
+ command : nvm install v18.14.0
362
365
- run :
363
366
name : Running Test Runner
364
367
command : yarn task --task test-runner --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner) --no-link --start-from=never --junit
@@ -379,6 +382,9 @@ jobs:
379
382
clone_options : " --depth 1 --verbose"
380
383
- attach_workspace :
381
384
at : .
385
+ - run :
386
+ name : Node 18
387
+ command : nvm install v18.14.0
382
388
- run :
383
389
name : Running Test Runner in Dev mode
384
390
command : yarn task --task test-runner-dev --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task test-runner-dev) --no-link --start-from=never --junit
@@ -418,6 +424,9 @@ jobs:
418
424
clone_options : " --depth 1 --verbose"
419
425
- attach_workspace :
420
426
at : .
427
+ - run :
428
+ name : Node 18
429
+ command : nvm install v18.14.0
421
430
- run :
422
431
name : Running E2E Tests
423
432
command : yarn task --task e2e-tests --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task e2e-tests) --no-link --start-from=never --junit
@@ -441,6 +450,9 @@ jobs:
441
450
clone_options : " --depth 1 --verbose"
442
451
- attach_workspace :
443
452
at : .
453
+ - run :
454
+ name : Node 18
455
+ command : nvm install v18.14.0
444
456
- run :
445
457
name : Running E2E Tests
446
458
command : yarn task --task e2e-tests-dev --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task e2e-tests-dev) --no-link --start-from=never --junit
@@ -464,6 +476,9 @@ jobs:
464
476
clone_options : " --depth 1 --verbose"
465
477
- attach_workspace :
466
478
at : .
479
+ - run :
480
+ name : Node 18
481
+ command : nvm install v18.14.0
467
482
- run :
468
483
name : Running Bench
469
484
command : yarn task --task bench --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task bench) --no-link --start-from=never --junit
0 commit comments