Skip to content

Commit

Permalink
Add FORCE_COLOR: 0 to fix setup-node@v3 + GitHub Actions incompatib…
Browse files Browse the repository at this point in the history
  • Loading branch information
pringshia committed Oct 3, 2022
1 parent e02825a commit 4219844
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/annotated-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16

Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/cypress-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
fetch-depth: 2
- uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
cache: "yarn"
node-version: 16
Expand Down Expand Up @@ -76,6 +78,8 @@ jobs:

- name: 🪨 Setup Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0

Expand Down Expand Up @@ -121,6 +125,8 @@ jobs:

- name: 🪨 Setup Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0

Expand Down Expand Up @@ -166,6 +172,8 @@ jobs:

- name: 🪨 Setup Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0

Expand Down Expand Up @@ -210,6 +218,8 @@ jobs:

- name: 🪨 Setup Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0

Expand Down Expand Up @@ -256,6 +266,8 @@ jobs:

- name: 🪨 Setup Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0

Expand Down Expand Up @@ -300,6 +312,8 @@ jobs:

- name: 🪨 Setup Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: 16.16.0

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
cache: "yarn"
node-version: 16
Expand Down

0 comments on commit 4219844

Please sign in to comment.