aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-11-21 07:25:29 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-11-21 07:25:29 +0000
commit85e59c4ee2653ac0e7c97411a7651d4965a1957a (patch)
tree4279a165583e74448b47d6f8ad04d654c5d5fe59 /package.json
parent6f33c1ee793d28ff46d80d6393dc47952241ae9c (diff)
restrict node version to >= 18 and < 23, re #4890
Merge request studip/studip!3663
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 5d9a3ce..b716f57 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"url": "https://gitlab.studip.de/studip/studip.git"
},
"engines": {
- "node": ">=18"
+ "node": ">=18 <23"
},
"devDependencies": {
"@axe-core/playwright": "^4.6.1",