Specify node version to not use node11 (#9166)
uWS has no support node11 yet.
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
			
		||||
  "name": "mastodon",
 | 
			
		||||
  "license": "AGPL-3.0-or-later",
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": ">=8"
 | 
			
		||||
    "node": ">=8 <11"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "postversion": "git push --tags",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user