Skip to content

Commit 8ed497f

Browse files
authored
chore(App Engine standard): update samples to Node 14 (GoogleCloudPlatform#2112)
* App Engine standard samples updated to node12 * Update package.json to node 14
1 parent 258243f commit 8ed497f

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

appengine/analytics/app.standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
runtime: nodejs12
14+
runtime: nodejs14
1515

1616
# [START gae_analytics_env_variables]
1717
env_variables:

appengine/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "12.x.x"
13+
"node": "14.x.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",

appengine/building-an-app/build/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# limitations under the License.
1313

1414
# [START app_yaml]
15-
runtime: nodejs12
15+
runtime: nodejs14
1616
# [END app_yaml]

appengine/building-an-app/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1515
},
1616
"engines": {
17-
"node": "12.x.x"
17+
"node": "14.x.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",

appengine/building-an-app/update/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# limitations under the License.
1313

1414
# [START app_yaml]
15-
runtime: nodejs12
15+
runtime: nodejs14
1616
# [END app_yaml]

appengine/building-an-app/update/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1515
},
1616
"engines": {
17-
"node": "12.x.x"
17+
"node": "14.x.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",

appengine/cloudsql/app.standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
runtime: nodejs12
14+
runtime: nodejs14
1515

1616
# [START gae_mysql_env]
1717
# The following env variables may contain sensitive information that grants

appengine/cloudsql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "12.x.x"
13+
"node": "14.x.x"
1414
},
1515
"scripts": {
1616
"unit-test": "mocha test/createTables.test.js --timeout=60000 && mocha test/server.test.js",

appengine/cloudsql_postgresql/app.standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
runtime: nodejs12
14+
runtime: nodejs14
1515

1616
# [START gae_postgres_env]
1717
# The following env variables may contain sensitive information that grants

appengine/cloudsql_postgresql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": "12.x.x"
13+
"node": "14.x.x"
1414
},
1515
"scripts": {
1616
"unit-test": "mocha test/createTables.test.js --timeout=30000 && mocha test/server.test.js",

0 commit comments

Comments
 (0)