Skip to content

Commit

Permalink
upgrade node-14 test
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jun 11, 2024
1 parent 4d874e2 commit 5eda37d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ 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
post-steps:
- run: yarn build:docs
matrix:
Expand All @@ -32,8 +25,7 @@ workflows:
- '20.10'
- '18.18'
- '16.20'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
- '14.21'
- cfa/release:
requires:
- test
Expand Down

0 comments on commit 5eda37d

Please sign in to comment.