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 50cc2e4 commit c401308
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ workflows:
name: test-<< matrix.executor >>-<< matrix.node-version >>
pre-steps:
- run: git config --global core.autocrlf input
- when:
condition:
and:
- equal: [ node/macos, << matrix.executor >> ]
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
test-steps:
- run: npx yarn test:ci
use-test-steps: true
Expand All @@ -23,10 +30,11 @@ workflows:
- node/macos
- node/windows
node-version:
- 20.2.0
- 18.17.0
- 16.20.0
- 14.21.3
- '20.9'
- '18.17'
- '16.20'
# 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 c401308

Please sign in to comment.