Update node and npm engines in package.json to lts

This commit is contained in:
Cassie Tarakajian 2020-01-28 16:52:39 -05:00
parent b1969b6e81
commit 79238bd0b1
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": "10.15.0",
"npm": "6.4.1"
"node": "12.14.1",
"npm": "6.13.4"
},
"dependencies": {
"@babel/core": "^7.4.5",