Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Specify node version to not use node11 (mastodon#9166)
Browse files Browse the repository at this point in the history
uWS has no support node11 yet.
  • Loading branch information
tribela authored and Gargron committed Oct 30, 2018
1 parent 66019b0 commit 7800e1a
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 @@ -2,7 +2,7 @@
"name": "mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=8"
"node": ">=8 <11"
},
"scripts": {
"postversion": "git push --tags",
Expand Down

0 comments on commit 7800e1a

Please sign in to comment.