Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 2, 2021
1 parent 3753e8f commit 707c01d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ jobs:

- name: Node.js 4.x
node-version: "4.9"
npm-i: [email protected]
npm-rm: nyc

- name: Node.js 5.x
node-version: "5.12"
npm-i: [email protected]
npm-rm: nyc

- name: Node.js 6.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"repository": "visionmedia/bytes.js",
"devDependencies": {
"eslint": "5.16.0",
"mocha": "5.2.0",
"mocha": "6.2.3",
"nyc": "13.3.0"
},
"files": [
Expand Down

0 comments on commit 707c01d

Please sign in to comment.