Skip to content

Commit

Permalink
Update to node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmobrunfeldt committed May 14, 2019
1 parent d2314fd commit 098dff8
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,5 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
env:
- ALLOW_HTTP=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Web page PDF rendering done right. Packaged to an easy API.",
"main": "src/index.js",
"engines": {
"node": "8.x.x"
"node": "10.x.x"
},
"scripts": {
"start": "nodemon --watch ./src -e js src/index.js",
Expand Down

0 comments on commit 098dff8

Please sign in to comment.