Skip to content

Commit 5672c86

Browse files
authored
chore: pin rollup version and use bigger resource class (#8543)
* chore: pin rollup version and use bigger resource class * use bigger resource class for test esm
1 parent 805fa34 commit 5672c86

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ executors:
3737
CACHE_VERSION: v1
3838
working_directory: ~/react-spectrum
3939

40+
rsp-2xlarge:
41+
docker:
42+
- image: cimg/node:22.13.1
43+
resource_class: 2xlarge
44+
environment:
45+
CACHE_VERSION: v1
46+
working_directory: ~/react-spectrum
47+
4048
jobs:
4149
install:
4250
executor: rsp-large
@@ -325,7 +333,7 @@ jobs:
325333
path: ~/junit
326334

327335
test-esm:
328-
executor: rsp-xlarge
336+
executor: rsp-2xlarge
329337
steps:
330338
- restore_cache:
331339
key: react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}
@@ -508,7 +516,7 @@ jobs:
508516
- storage
509517

510518
v-docs:
511-
executor: rsp-xlarge
519+
executor: rsp-2xlarge
512520
steps:
513521
- restore_cache:
514522
key: react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}

starters/tailwind/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
},
3535
"resolutions": {
3636
"@types/mime": "3.0.4",
37-
"jackspeak": "2.1.1"
37+
"jackspeak": "2.1.1",
38+
"rollup": "4.43.0"
3839
}
3940
}

0 commit comments

Comments
 (0)