aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-20 10:35:15 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-20 10:35:15 +0200
commitce6cff5a755f6aa02a4ee6e52ce70a321d0633ac (patch)
tree92eab21676b0e67a2c54ca997a4e3c4cfad9817a /package.json
parent27ea0ad12b9c47675fe3b763b79dd7465e8657c3 (diff)
revert node 18 back to node 16 for the moment, re #4285
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 16574bf..3d382e5 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"url": "https://develop.studip.de/svn/studip"
},
"engines": {
- "node": ">=18"
+ "node": ">=16"
},
"devDependencies": {
"@axe-core/playwright": "^4.6.1",