Skip to content

Commit 3c92848

Browse files
committed
ci: fix tests in node 8 & 9
fix nyc version to 14.1.1 when running tests in node 8 or node 9. nyc 15.x requires a version of yargs package version requires node >=10. fixes #108
1 parent 206aa2c commit 3c92848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575

7676
- name: Node.js 8.x
7777
node-version: "8.17"
78-
78+
7979

8080
- name: Node.js 9.x
8181
node-version: "9.11"
82-
82+
8383

8484
- name: Node.js 10.x
8585
node-version: "10.24"

0 commit comments

Comments
 (0)