MOBILE-3425 core: Allow node versions higher than 11

main
Dani Palou 2020-07-27 15:40:53 +02:00
parent fe91f7e602
commit 8070a93648
1 changed files with 1 additions and 1 deletions

View File

@ -274,6 +274,6 @@
}
},
"engines": {
"node": "11.x"
"node": ">=11.x"
}
}