Skip to content

Commit

Permalink
Work around a dumb bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp committed Nov 24, 2022
1 parent 3ab60bc commit abb036a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/checkout@v3
- name: Install Node 16
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0 # https://github.com/actions/setup-node/issues/317
with:
node-version: 16
cache: 'yarn'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
token: ${{ secrets.FORMATTER_ACCESS_TOKEN }}
- name: Install Node 16
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0 # https://github.com/actions/setup-node/issues/317
with:
node-version: 16
cache: 'yarn'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
token: ${{ secrets.FORMATTER_ACCESS_TOKEN }}
- name: Install Node 16
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0 # https://github.com/actions/setup-node/issues/317
with:
node-version: 16
cache: 'yarn'
Expand Down

0 comments on commit abb036a

Please sign in to comment.