Use node 12 runtime

This commit is contained in:
Michael Jackson
2020-08-12 08:57:45 -07:00
parent b5d1b2232a
commit 92c1a4043f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
10
12
+1 -1
View File
@@ -1,4 +1,4 @@
runtime: nodejs10
runtime: nodejs12
env: standard
instance_class: B4
basic_scaling:
+1 -1
View File
@@ -1,4 +1,4 @@
runtime: nodejs10
runtime: nodejs12
env: standard
instance_class: F4
automatic_scaling:
+1 -1
View File
@@ -77,6 +77,6 @@
"supertest": "^3.0.0"
},
"engines": {
"node": "10.x.x"
"node": "12"
}
}