Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Bump node engine and tests to node >= 10 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 4
- 6
- 8
- 10
- 12
- 14
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"homepage": "https://github.com/boblauer/mock-require",
"engines": {
"node": ">=4.3.0"
"node": ">=10"
}
}