Skip to content

Commit

Permalink
Test supported Node.js versions (#21)
Browse files Browse the repository at this point in the history
* rm -rf yarn.lock ❌ ..

* add Node.js@10+ versions 🛢 ..

* clean the lock file 🌪 ..

* update engines ⛈ ..
  • Loading branch information
niftylettuce committed Jul 7, 2020
2 parents c324db0 + e595d2b commit 7cc117d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- 10
- 12
after_success:
- npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"xo": "^0.32.1"
},
"engines": {
"node": ">= 12"
"node": ">= 10.14"
},
"homepage": "https://github.com/ladjs/koa-better-error-handler",
"husky": {
Expand Down

0 comments on commit 7cc117d

Please sign in to comment.