Drop support for Ruby v2.5 and Node.js v12 (#18323)
* Drop support for Ruby v2.5 and Node.js v12 * Update package.json
This commit is contained in:
parent
e789b8d4c1
commit
4e26fb0ea9
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "@mastodon/mastodon",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=14"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "git push --tags",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue