Skip to content

Commit

Permalink
update node 8 version and pin nyc. Also added missing 9.x to ci-tests…
Browse files Browse the repository at this point in the history
… action

closes #48
Similar fix as jshttp/http-errors#109
  • Loading branch information
carpasse committed Mar 27, 2024
1 parent c94df7d commit 588707d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- Node.js 7.x
- Node.js 8.0 # test early async_hooks
- Node.js 8.x
- Node.js 9.x
- Node.js 10.x
- Node.js 11.x
- Node.js 12.x
Expand Down Expand Up @@ -74,13 +75,13 @@ jobs:
node-version: "7.10"
npm-i: [email protected] [email protected]

- name: Node.js 8.0
node-version: "8.0"
npm-i: [email protected] [email protected]

- name: Node.js 8.x
node-version: "8.17"
npm-i: [email protected]
npm-i: [email protected] [email protected]

- name: Node.js 9.x
node-version: "9.11"
npm-i: [email protected] [email protected]

- name: Node.js 10.x
node-version: "10.24"
Expand Down

0 comments on commit 588707d

Please sign in to comment.