Skip to content

Commit

Permalink
chore: looser engines definition (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Jun 21, 2020
1 parent 560f30f commit c7427b1
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
Expand Up @@ -4,7 +4,7 @@ cache: yarn
notifications:
email: false
node_js:
- node
- v14
- v12
- v10
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"puppeteer": "^1.5.0 || ^2.0.0"
},
"engines": {
"node": "^10 || ^12 || ^13"
"node": ">=10"
}
}

0 comments on commit c7427b1

Please sign in to comment.