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.
1 parent 8fb8ac4 commit 443ec84Copy full SHA for 443ec84
.github/workflows/ci.yml
@@ -8,7 +8,9 @@ on:
8
9
permissions:
10
contents: read
11
- actions: read
+
12
+env:
13
+ FORCE_COLOR: 1
14
15
jobs:
16
quality:
@@ -27,6 +29,7 @@ jobs:
27
29
- name: Setup Node.js
28
30
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
31
with:
32
+ node-version-file: '.nvmrc'
33
cache: 'npm'
34
35
- name: Install dependencies
@@ -54,6 +57,7 @@ jobs:
54
57
55
58
56
59
60
61
62
63
0 commit comments