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 ed410d5 commit ea62283
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,31 +79,35 @@ jobs:

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

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

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

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

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

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

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

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

- name: Node.js 18.x
node-version: "18.18"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"eslint": "8.57.0",
"mocha": "10.7.3",
"nyc": "15.1.0",
"nyc": "17.1.0",
"supertest": "6.1.6"
},
"license": "MIT",
Expand Down

0 comments on commit ea62283

Please sign in to comment.