Skip to content

Commit

Permalink
ci: drop Node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 13, 2023
1 parent be2c7fd commit 292386b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ workflows:
name: test-mac-<< matrix.node-version >>
pre-steps:
- run: git config --global core.autocrlf input
- when:
condition:
- equal: [ '14.16', << matrix.node-version >> ]
steps:
- node/install-rosetta
test-steps:
- run: ./test/ci/generate-identity.sh
- run: yarn build && yarn test
Expand All @@ -29,8 +24,6 @@ workflows:
- '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-mac
Expand Down

0 comments on commit 292386b

Please sign in to comment.