File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- code-infra : https://raw.githubusercontent.com/mui/mui-public/refs/heads/ci-orb/packages/code-infra/ circleci/code-infra.yml
4+ code-infra : https://raw.githubusercontent.com/mui/mui-public/refs/heads/ci-orb/. circleci/orbs /code-infra.yml
55
66parameters :
77 browserstack-force :
@@ -28,8 +28,7 @@ default-job: &default-job
2828 BROWSERSTACK_FORCE : << pipeline.parameters.browserstack-force >>
2929 COREPACK_ENABLE_DOWNLOAD_PROMPT : ' 0'
3030 working_directory : /tmp/base-ui
31- docker :
32- - image : cimg/node:22.18
31+ executor : code-infra/mui-node
3332
3433default-context : &default-context
3534 context :
@@ -187,16 +186,16 @@ jobs:
187186 - run :
188187 name : Validate type declarations
189188 command : pnpm code-infra validate-built-types
190- - run :
191- name : Verify built packages
192- command : pnpm -r test:package
193- - code-infra/upload-size-snapshot
194189 - run :
195190 name : Check public types
196191 command : pnpm -r run release:test
197192 - run :
198193 name : Test Node.js module resolution
199194 command : pnpm -F @base-ui/test-node-resolution test
195+ - run :
196+ name : Verify built packages
197+ command : pnpm -r test:package
198+ - code-infra/upload-size-snapshot
200199
201200workflows :
202201 pipeline :
You can’t perform that action at this time.
0 commit comments