Skip to content

Commit c1b4311

Browse files
committed
fix: Node.js 9 nyc version
1 parent 0510bfa commit c1b4311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Node.js 9.x
9090
node-version: "9.11"
91-
npm-i: mocha@7.2.0 supertest@6.1.6
91+
npm-i: mocha@7.2.0 nyc@14.1.1 supertest@6.1.6
9292

9393
- name: Node.js 10.x
9494
node-version: "10.24"

0 commit comments

Comments
 (0)