Should now give a warning if you try to build on an insufficient node version

This commit is contained in:
nathan 2021-07-13 10:39:44 -06:00
parent 73df101e8e
commit 16be1dfd4f
1 changed files with 3 additions and 0 deletions

View File

@ -49,5 +49,8 @@
"carbon-web-components": "^1.14.1",
"lit-element": "^2.5.1",
"lit-html": "^1.4.1"
},
"engines": {
"node": ">=14.0.0"
}
}