Skip to content

Commit 4bf18d2

Browse files
cq-botgithub-actions[bot]
authored andcommitted
chore: Prepare dist
1 parent d028ebe commit 4bf18d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14838,11 +14838,11 @@ function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) {
1483814838
}
1483914839

1484014840
if ('CI' in env) {
14841-
if ('GITHUB_ACTIONS' in env || 'GITEA_ACTIONS' in env) {
14841+
if (['GITHUB_ACTIONS', 'GITEA_ACTIONS', 'CIRCLECI'].some(key => key in env)) {
1484214842
return 3;
1484314843
}
1484414844

14845-
if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'BUILDKITE', 'DRONE'].some(sign => sign in env) || env.CI_NAME === 'codeship') {
14845+
if (['TRAVIS', 'APPVEYOR', 'GITLAB_CI', 'BUILDKITE', 'DRONE'].some(sign => sign in env) || env.CI_NAME === 'codeship') {
1484614846
return 1;
1484714847
}
1484814848

0 commit comments

Comments
 (0)