Skip to content

Commit

Permalink
feat: bump required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgraubner committed Jun 23, 2020
1 parent be61e04 commit d2c33aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js

node_js: 8
node_js: 10

deploy:
provider: script
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url-parse": "1.4.7"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"license": "MIT",
"files": [
Expand Down

0 comments on commit d2c33aa

Please sign in to comment.