Skip to content

Commit 39af582

Browse files
authored
End support for legacy Node.js versions 🩺 (#136)
1 parent 17bbff4 commit 39af582

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- '0.12'
4-
- 6
5-
- 7
3+
- 12
4+
- 14
65
notifications:
76
webhooks:
87
urls:

package-lock.json

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-schema",
33
"description": "Infer the probabilistic schema for a MongoDB collection.",
4-
"version": "8.2.5",
4+
"version": "9.0.0-beta.0",
55
"author": "Thomas Rueckstiess <[email protected]>",
66
"license": "Apache-2.0",
77
"homepage": "http://github.com/mongodb-js/mongodb-schema",

0 commit comments

Comments
 (0)