Skip to content

Commit

Permalink
ci: tidy up config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 27, 2023
1 parent 70a9921 commit 2026405
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ workflows:
jobs:
- node/test:
name: test-<< matrix.executor >>-<< matrix.node-version >>
override-ci-command: yarn install --frozen-lockfile --ignore-engines
pre-steps:
- run: git config --global core.autocrlf input
- when:
Expand All @@ -30,8 +29,8 @@ workflows:
- node/macos
- node/windows
node-version:
- '20.9'
- '18.17'
- '20.10'
- '18.18'
- '16.20'
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
- '14.16'
Expand Down

0 comments on commit 2026405

Please sign in to comment.