Skip to content

Commit

Permalink
chore: disable FORCE_COLOR on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 6, 2022
1 parent b815385 commit bb53085
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Setup Node.js 12
uses: actions/setup-node@v2
env:
FORCE_COLOR: 0
with:
node-version: 12.x
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
env:
FORCE_COLOR: 0
with:
node-version: '16'
cache: 'yarn'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Setup Node 14
uses: actions/setup-node@v2
env:
FORCE_COLOR: 0
with:
node-version: '14'
cache: 'yarn'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
env:
FORCE_COLOR: 0
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify-saucelabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Setup Node 14
uses: actions/setup-node@v2
env:
FORCE_COLOR: 0
with:
node-version: '14'
cache: 'yarn'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Setup Node '12'
uses: actions/setup-node@v2
env:
FORCE_COLOR: 0
with:
node-version: '12'
cache: 'yarn'
Expand Down

0 comments on commit bb53085

Please sign in to comment.