Skip to content

Commit 2e8d5f7

Browse files
authored
ci: tidy up config (#252)
1 parent d6a7831 commit 2e8d5f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ workflows:
1010
jobs:
1111
- node/test:
1212
name: test-<< matrix.executor >>-<< matrix.node-version >>
13-
override-ci-command: yarn install --frozen-lockfile --ignore-engines
1413
pre-steps:
1514
- when:
1615
condition:
@@ -31,8 +30,8 @@ workflows:
3130
- node/macos
3231
- node/windows
3332
node-version:
34-
- '20.9'
35-
- '18.17'
33+
- '20.10'
34+
- '18.18'
3635
- '16.20'
3736
# Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
3837
- '14.16'

0 commit comments

Comments
 (0)