Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
fix: allow more versions of node to be used
Browse files Browse the repository at this point in the history
* Allow more versions of node to be used

Pinning to a very specific version of node makes integrating probot-support difficult in self-hosted setups.

* Fix range selector
  • Loading branch information
markstory authored and Armin Sebastian committed Sep 26, 2018
1 parent a79ab47 commit 7481973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"standard-version": "^4.4.0"
},
"engines": {
"node": "8.9.0",
"node": ">=8.9.0 <10",
"npm": "5.5.1"
},
"keywords": [
Expand Down

0 comments on commit 7481973

Please sign in to comment.