aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-10-12 11:42:48 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-10-12 11:42:48 +0000
commita9668016512b77112eae786ef9625de7544cfbd0 (patch)
treed3bd60a55899d5cd2c1b21d3626cc7ca23fcca5c /package.json
parent1deade6ba05557e880b9ab11fb304d832540d89d (diff)
adjust minimal node.js version, fixes #1662
Closes #1662 Merge request studip/studip!1069
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 e9e7201..d158f63 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"url": "https://develop.studip.de/svn/studip"
},
"engines": {
- "node": ">=12"
+ "node": ">=14"
},
"devDependencies": {
"@babel/core": "^7.17.9",