Skip to content

Commit dfa1f88

Browse files
committed
yolo
1 parent c4a7d4c commit dfa1f88

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.circleci/config.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ executors:
4343
default: "small"
4444
working_directory: /tmp/storybook
4545
docker:
46-
- image: mcr.microsoft.com/playwright:v1.41.1-focal
46+
- image: mcr.microsoft.com/playwright:v1.41.1-jammy
4747
environment:
4848
NODE_OPTIONS: --max_old_space_size=6144
4949
resource_class: <<parameters.class>>
@@ -359,6 +359,9 @@ jobs:
359359
clone_options: "--depth 1 --verbose"
360360
- attach_workspace:
361361
at: .
362+
- run:
363+
name: Node 18
364+
command: nvm install v18.14.0
362365
- run:
363366
name: Running Test Runner
364367
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:
379382
clone_options: "--depth 1 --verbose"
380383
- attach_workspace:
381384
at: .
385+
- run:
386+
name: Node 18
387+
command: nvm install v18.14.0
382388
- run:
383389
name: Running Test Runner in Dev mode
384390
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:
418424
clone_options: "--depth 1 --verbose"
419425
- attach_workspace:
420426
at: .
427+
- run:
428+
name: Node 18
429+
command: nvm install v18.14.0
421430
- run:
422431
name: Running E2E Tests
423432
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:
441450
clone_options: "--depth 1 --verbose"
442451
- attach_workspace:
443452
at: .
453+
- run:
454+
name: Node 18
455+
command: nvm install v18.14.0
444456
- run:
445457
name: Running E2E Tests
446458
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:
464476
clone_options: "--depth 1 --verbose"
465477
- attach_workspace:
466478
at: .
479+
- run:
480+
name: Node 18
481+
command: nvm install v18.14.0
467482
- run:
468483
name: Running Bench
469484
command: yarn task --task bench --template $(yarn get-template --cadence << pipeline.parameters.workflow >> --task bench) --no-link --start-from=never --junit

0 commit comments

Comments
 (0)