Browse Source

Specify node version to not use node11 (#9166)

uWS has no support node11 yet.
master
Jeong Arm 5 years ago
committed by Eugen Rochko
parent
commit
7800e1af7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@@ -2,7 +2,7 @@
"name": "mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=8"
"node": ">=8 <11"
},
"scripts": {
"postversion": "git push --tags",


Loading…
Cancel
Save