aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-06-02 10:08:05 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-06-02 10:08:05 +0000
commit67ba1de27cc91061a8139dcf71cf63a70bff07d8 (patch)
tree27c34196d3bf72e97d5643555ad1f630ea7b65ab /package.json
parentcc4a9f0d2f238c258850951f4641e34cf4413b7b (diff)
increase node version to v16, fixes #2703
Closes #2703 Merge request studip/studip!1821
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 795bc49..3b376af 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"url": "https://develop.studip.de/svn/studip"
},
"engines": {
- "node": ">=14"
+ "node": ">=16"
},
"devDependencies": {
"@babel/core": "^7.17.9",