Skip to content

Commit

Permalink
build: use supertest@3.4.2 for Node.js 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 1, 2022
1 parent dda4c5b commit bc1d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Node.js 6.x
node-version: "6.17"
npm-i: mocha@6.2.2 nyc@14.1.1
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@3.4.2

- name: Node.js 7.x
node-version: "7.10"
Expand Down

0 comments on commit bc1d501

Please sign in to comment.