mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Add node version 20.17.0 to package.json
(#1457)
This commit is contained in:
parent
902097b7dd
commit
ead187c779
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.1",
|
||||
"npm": "^10.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue