There was an error while loading. Please reload this page.
1 parent c94df7d commit 46d488fCopy full SHA for 46d488f
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,9 @@ jobs:
22
- Node.js 7.x
23
- Node.js 8.0 # test early async_hooks
24
- Node.js 8.x
25
+ # test fail on Node.js 9.x for unknown reasons
26
+ # See https://github.com/jshttp/on-finished/pull/49 for more information.
27
+ # - Node.js 9.x
28
- Node.js 10.x
29
- Node.js 11.x
30
- Node.js 12.x
@@ -80,8 +83,13 @@ jobs:
80
83
81
84
- name: Node.js 8.x
82
85
node-version: "8.17"
- npm-i: mocha@7.2.0
86
+ npm-i: mocha@7.2.0 nyc@14.1.1
87
88
89
90
+ # - name: Node.js 9.x
91
+ # node-version: "9.11"
92
+ # npm-i: mocha@7.2.0 nyc@14.1.1
93
- name: Node.js 10.x
94
node-version: "10.24"
95
npm-i: mocha@8.4.0
0 commit comments