Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update lib/internal/tty.js
Co-authored-by: mscdex <mscdex@users.noreply.github.com>
  • Loading branch information
Richienb and mscdex authored Oct 10, 2021
commit 53b3b5c5f650953eb80f86233a992010427d563d
2 changes: 1 addition & 1 deletion lib/internal/tty.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ function getColorDepth(env = process.env) {
'BUILDKITE',
'CIRCLECI',
'DRONE',
'GITLAB_CI',
'GITHUB_ACTIONS',
'GITLAB_CI',
'TRAVIS',
].some((sign) => sign in env) || env.CI_NAME === 'codeship') {
return COLORS_256;
Expand Down