Skip to content
Permalink
Browse files
Changed specified runtime to node 12
  • Loading branch information
pastorpv committed Nov 26, 2019
1 parent 1b32f1b commit 1a8c962ee3730650eebe76fbce319665777c0dbf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -4,7 +4,7 @@
"description": "My Music Project",
"main": "index.js",
"engines": {
"node": "13.x"
"node": "12.x"
},
"scripts": {
"start": "node index.js",

0 comments on commit 1a8c962

Please sign in to comment.