Skip to content

Commit 20d3a33

Browse files
authored
Merge pull request #109 from carpasse/fix/issue-108_broken-tests-node-8-and-9
ci: fix tests in node 8 & 9
2 parents 206aa2c + 3c92848 commit 20d3a33

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-
npm-i: mocha@7.2.0
78+
npm-i: mocha@7.2.0 nyc@14.1.1
7979

8080
- name: Node.js 9.x
8181
node-version: "9.11"
82-
npm-i: mocha@7.2.0
82+
npm-i: mocha@7.2.0 nyc@14.1.1
8383

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

0 commit comments

Comments
 (0)