Skip to content

Commit edc0798

Browse files
committed
Add executor
1 parent 43772d2 commit edc0798

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.circleci/config.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
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

66
parameters:
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

3433
default-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

201200
workflows:
202201
pipeline:

0 commit comments

Comments
 (0)