Merge pull request #2490 from dpalou/MOBILE-3425
MOBILE-3425 core: Allow node versions higher than 11main
commit
d534fdf381
|
@ -274,6 +274,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "11.x"
|
"node": ">=11.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue