Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 27, 2024
1 parent ffce56c commit 4068bae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:

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

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

- name: Node.js 8.x
node-version: "8.17"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "8.57.0",
"mocha": "10.7.3",
"nyc": "17.1.0",
"supertest": "6.1.6"
"supertest": "6.3.4"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit 4068bae

Please sign in to comment.