Skip to content

Commit

Permalink
Merge pull request #131 from davidchambers/node-version
Browse files Browse the repository at this point in the history
update Node.js version range
  • Loading branch information
davidchambers authored May 1, 2021
2 parents 087634a + 4825098 commit 2505091
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 @@ -2,7 +2,7 @@ os: linux
dist: focal
language: node_js
node_js:
- "10"
- "10.2.0"
- "12"
- "13"
- "14"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "git://github.com/davidchambers/doctest.git"
},
"engines": {
"node": ">=10.0.0"
"node": ">=10.2.0"
},
"dependencies": {
"acorn": "7.3.x",
Expand Down

0 comments on commit 2505091

Please sign in to comment.