We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6ffe20 + eaca2e8 commit f76ce6dCopy full SHA for f76ce6d
.github/workflows/check.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Setup Node
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
with:
25
node-version-file: 'package.json'
26
@@ -36,3 +36,5 @@ jobs:
36
37
- name: Run checks
38
run: npm run lint
39
+ env:
40
+ FORCE_COLOR: true
.github/workflows/gh-pages.yml
0 commit comments