mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-21 23:16:12 +01:00

[BUG] Add node version 20.17.0 to package.json

This commit is contained in:
gittibitti 2024-09-17 11:43:07 +02:00 committed by Łukasz Uznański
parent 902097b7dd
commit 61dd113932

View file

@ -10,7 +10,7 @@
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"engines": {
"node": "^22.5.0",
"node": ">=20.17.0 <22.5.0",
"npm": "^10.8.0"
},
"scripts": {