Skip to content

Commit 080489d

Browse files
committedApr 7, 2022
build: use supertest@3.4.2 for Node.js 6.x
1 parent 2e2d78c commit 080489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Node.js 6.x
6363
node-version: "6.17"
64-
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@6.1.6
64+
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@3.4.2
6565

6666
- name: Node.js 7.x
6767
node-version: "7.10"

0 commit comments

Comments
 (0)