File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,14 @@ executors:
37
37
CACHE_VERSION : v1
38
38
working_directory : ~/react-spectrum
39
39
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
+
40
48
jobs :
41
49
install :
42
50
executor : rsp-large
@@ -325,7 +333,7 @@ jobs:
325
333
path : ~/junit
326
334
327
335
test-esm :
328
- executor : rsp-xlarge
336
+ executor : rsp-2xlarge
329
337
steps :
330
338
- restore_cache :
331
339
key : react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}
@@ -508,7 +516,7 @@ jobs:
508
516
- storage
509
517
510
518
v-docs :
511
- executor : rsp-xlarge
519
+ executor : rsp-2xlarge
512
520
steps :
513
521
- restore_cache :
514
522
key : react-spectrum-{{ .Environment.CACHE_VERSION }}-{{ .Environment.CIRCLE_SHA1 }}
Original file line number Diff line number Diff line change 34
34
},
35
35
"resolutions" : {
36
36
"@types/mime" : " 3.0.4" ,
37
- "jackspeak" : " 2.1.1"
37
+ "jackspeak" : " 2.1.1" ,
38
+ "rollup" : " 4.43.0"
38
39
}
39
40
}
You can’t perform that action at this time.
0 commit comments