Browse Source

node v12 support (#11706)

pull/4/head
abcang 4 years ago
committed by Eugen Rochko
parent
commit
f6e7f94146
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.12 <12"
"node": ">=8.12 <13"
},
"scripts": {
"postversion": "git push --tags",

Loading…
Cancel
Save