Skip to content

Commit a98b6ed

Browse files
committed
Update CI config;
* update to `actions/setup-node@v2` * specify `FORCE_COLOR: 2`
1 parent 4cb8a19 commit a98b6ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Tests
22
on: [push, pull_request]
3+
34
env:
45
CI: true
6+
FORCE_COLOR: 2
57

68
jobs:
79
run:
@@ -18,8 +20,8 @@ jobs:
1820
- name: Clone repository
1921
uses: actions/checkout@v2
2022

21-
- name: Set Node.js version
22-
uses: actions/setup-node@v1
23+
- name: Set up Node.js
24+
uses: actions/setup-node@v2
2325
with:
2426
node-version: ${{ matrix.node }}
2527

0 commit comments

Comments
 (0)