feat: allow v15.x in engines for api

feat/node-v15x
Agusti Fernandez Pardo 2022-05-20 22:58:09 +02:00
parent 6973d26153
commit e9fb3b14ba
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},