Skip to content

Commit 443ec84

Browse files
committed
fixup! chore(ci): improve ci
1 parent 8fb8ac4 commit 443ec84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
permissions:
1010
contents: read
11-
actions: read
11+
12+
env:
13+
FORCE_COLOR: 1
1214

1315
jobs:
1416
quality:
@@ -27,6 +29,7 @@ jobs:
2729
- name: Setup Node.js
2830
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2931
with:
32+
node-version-file: '.nvmrc'
3033
cache: 'npm'
3134

3235
- name: Install dependencies
@@ -54,6 +57,7 @@ jobs:
5457
- name: Setup Node.js
5558
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5659
with:
60+
node-version-file: '.nvmrc'
5761
cache: 'npm'
5862

5963
- name: Install dependencies

0 commit comments

Comments
 (0)