Skip to content

Commit

Permalink
disabled FORCE_COLOR in setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
udosson committed Jul 19, 2022
1 parent 9cd53a1 commit 7371a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0
cache: 'yarn'
Expand All @@ -42,6 +44,8 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0
cache: 'yarn'
Expand Down

0 comments on commit 7371a2f

Please sign in to comment.