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:
parent
902097b7dd
commit
61dd113932
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue