Skip to content

Commit

Permalink
fix: don't disable colors in github actions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 10, 2024
1 parent e77c616 commit 0dc2508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export function isSupported(isTTY = false) {
const argv = p?.argv || []
const nodeEnabled =
!('NO_COLOR' in env || argv.includes('--no-color')) &&
!('GITHUB_ACTIONS' in env) &&
('FORCE_COLOR' in env ||
argv.includes('--color') ||
p?.platform === 'win32' ||
Expand Down

0 comments on commit 0dc2508

Please sign in to comment.