Skip to content

Commit 9f31ac3

Browse files
authored
chore: exclude windows latest, see npm/cli#4234
1 parent 61eee52 commit 9f31ac3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ workflows:
1818
- latest
1919
- lts
2020
- maintenance
21+
exclude:
22+
- os: windows
23+
node_version: latest
2124
alias: unit-tests
2225
- release-management/test-package:
2326
matrix:
@@ -31,6 +34,9 @@ workflows:
3134
- maintenance
3235
command:
3336
- yarn test:e2e
37+
exclude:
38+
- os: windows
39+
node_version: latest
3440
alias: integration-tests
3541
- release-management/release-package:
3642
context: SF-CLI-RELEASE-PROCESS

0 commit comments

Comments
 (0)