feat: allow v15.x in engines for api
parent
6973d26153
commit
e9fb3b14ba
|
@ -69,7 +69,7 @@
|
|||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.x <15",
|
||||
"node": ">=14.x <15.x",
|
||||
"npm": ">=7.0.0",
|
||||
"yarn": ">=1.19.0 < 2.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue