package: enforce node 12

This commit is contained in:
Patrik Oldsberg
2020-07-11 20:22:12 +02:00
parent 066ba28acf
commit f39abc0fe7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "root",
"private": true,
"engines": {
"node": ">=12.0.0"
"node": "12"
},
"scripts": {
"start": "yarn workspace example-app start",