about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEffy Elden <effy@effy.space>2022-12-16 03:43:26 +1100
committerGitHub <noreply@github.com>2022-12-15 17:43:26 +0100
commit1e49be33289b969be64620b904d589158e7b579a (patch)
treeec448755547dfddd483a4a8b99c41a9255e8b120 /package.json
parentfb1d9789dba288599e05ba813af0c61f484e205c (diff)
Align everything to Node.js 16 (#22223)
* Update nvmrc to Node.js 16

* Update package.json minimum Node engine to 16

* Update README requirements to Node.js 16

* Update devcontainer Node.js version to 16

* Update devcontainer Dockerfile Node.js choices to LTS versions that are still in support/maintenance

* Pin CircleCI Node image to 16

* Fix YAML type issue

* Update CircleCI Node.js to 16.18 to match #22019
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index dd93102ed..9f0c836fd 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "@mastodon/mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
-    "node": ">=14"
+    "node": ">=16"
   },
   "scripts": {
     "postversion": "git push --tags",