MOBILE-3425 core: Allow node versions higher than 11
parent
fe91f7e602
commit
8070a93648
|
@ -274,6 +274,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "11.x"
|
"node": ">=11.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue