Skip to content

Commit 79238bd

Browse files
committed
Update node and npm engines in package.json to lts
1 parent b1969b6 commit 79238bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"webpack-node-externals": "^1.7.2"
9393
},
9494
"engines": {
95-
"node": "10.15.0",
96-
"npm": "6.4.1"
95+
"node": "12.14.1",
96+
"npm": "6.13.4"
9797
},
9898
"dependencies": {
9999
"@babel/core": "^7.4.5",

0 commit comments

Comments
 (0)