Skip to content

Commit

Permalink
Drop node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored and mantoni committed May 25, 2021
1 parent 9a706fe commit 9655108
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "10"
- "12"
- "14"
- "16"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
],
"homepage": "https://github.com/mantoni/mochify.js",
"engines": {
"node": ">=6"
"node": ">=12"
},
"bin": {
"mochify": "bin/cmd.js"
Expand Down

0 comments on commit 9655108

Please sign in to comment.