Skip to content

Commit

Permalink
build: add install-rosetta step
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 committed Nov 22, 2023
1 parent ba4473a commit b70a307
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ workflows:
jobs:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
pre-steps:
- when:
condition:
and:
- equal: [ node/macos, << matrix.executor >> ]
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
test-steps:
- run: yarn prettier:check
- run: yarn build
Expand All @@ -23,10 +31,11 @@ workflows:
- node/macos
- node/windows
node-version:
- '20.5'
- '20.9'
- '18.17'
- '16.20'
- '14.21'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
- cfa/release:
requires:
- test
Expand Down

0 comments on commit b70a307

Please sign in to comment.