mirror of https://github.com/embarklabs/embark.git
chore(@embark/suggestions): remove `<12.0.0` restriction re: Node.js version
This commit is contained in:
parent
c093cf88ea
commit
7f0ab4390b
|
@ -53,7 +53,7 @@
|
|||
"typescript": "3.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.17.0 <12.0.0",
|
||||
"node": ">=10.17.0",
|
||||
"npm": ">=6.11.3",
|
||||
"yarn": ">=1.19.1"
|
||||
},
|
||||
|
@ -73,4 +73,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue