Skip to content

Commit f76ce6d

Browse files
Merge pull request #61 from firefoxic/fix/erroroutput
Fix the coloring of output
2 parents f6ffe20 + eaca2e8 commit f76ce6d

File tree

4 files changed

+151
-149
lines changed

4 files changed

+151
-149
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Setup Node
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version-file: 'package.json'
2626

@@ -36,3 +36,5 @@ jobs:
3636

3737
- name: Run checks
3838
run: npm run lint
39+
env:
40+
FORCE_COLOR: true

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818

1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Setup Node
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version-file: 'package.json'
2626

0 commit comments

Comments
 (0)