Skip to content

Commit

Permalink
ci: pin nyc in node@8 and skip node@9 (#49)
Browse files Browse the repository at this point in the history
PR-URL: #49
REF: #48 and jshttp/http-errors#109
  • Loading branch information
carpasse committed Apr 29, 2024
1 parent c94df7d commit 46d488f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -22,6 +22,9 @@ jobs:
- Node.js 7.x
- Node.js 8.0 # test early async_hooks
- Node.js 8.x
# test fail on Node.js 9.x for unknown reasons
# See https://github.com/jshttp/on-finished/pull/49 for more information.
# - Node.js 9.x
- Node.js 10.x
- Node.js 11.x
- Node.js 12.x
Expand Down Expand Up @@ -80,8 +83,13 @@ jobs:

- name: Node.js 8.x
node-version: "8.17"
npm-i: mocha@7.2.0
npm-i: mocha@7.2.0 nyc@14.1.1

# test fail on Node.js 9.x for unknown reasons
# See https://github.com/jshttp/on-finished/pull/49 for more information.
# - name: Node.js 9.x
# node-version: "9.11"
# npm-i: mocha@7.2.0 nyc@14.1.1
- name: Node.js 10.x
node-version: "10.24"
npm-i: mocha@8.4.0
Expand Down

0 comments on commit 46d488f

Please sign in to comment.