Skip to content

Commit 8bae208

Browse files
committed
Upgrade Node Runtime to v16
1 parent f9a3134 commit 8bae208

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

appengine/analytics/app.standard.yaml

+1-1
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: nodejs14
14+
runtime: nodejs16
1515

1616
# [START gae_analytics_env_variables]
1717
env_variables:

appengine/analytics/package.json

+1-1
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": "14.x.x"
13+
"node": "16.x.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# limitations under the License.
1313

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

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

+1-1
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": "14.x.x"
17+
"node": "16.x.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# limitations under the License.
1313

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

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

+1-1
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": "14.x.x"
17+
"node": "16.x.x"
1818
},
1919
"author": "Google Inc.",
2020
"license": "Apache-2.0",

appengine/datastore/app.standard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
runtime: nodejs14
14+
runtime: nodejs16

appengine/datastore/package.json

+1-1
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": "14.x.x"
13+
"node": "16.x.x"
1414
},
1515
"scripts": {
1616
"start": "node app.js",

appengine/endpoints/package.json

+1-1
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": "16.x.x"
1414
},
1515
"scripts": {
1616
"deploy": "gcloud app deploy",

appengine/hello-world/standard/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# limitations under the License.
1313

1414
# [START gae_quickstart_yaml]
15-
runtime: nodejs14
15+
runtime: nodejs16
1616
# [END gae_quickstart_yaml]

appengine/memcached/app.standard.yaml

+1-1
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: nodejs14
14+
runtime: nodejs16
1515

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

appengine/memcached/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "14.x.x"
9+
"node": "16.x.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",

appengine/metadata/flexible/package.json

+1-1
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": "16.x.x"
1414
},
1515
"scripts": {
1616
"system-test": "mocha --exit test/*.test.js",

appengine/metadata/standard/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
runtime: nodejs14
14+
runtime: nodejs16

appengine/metadata/standard/package.json

+1-1
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": "14.x.x"
13+
"node": "16.x.x"
1414
},
1515
"scripts": {
1616
"system-test": "mocha --exit test/*.test.js",

appengine/pubsub/app.standard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: nodejs14
15+
runtime: nodejs16
1616

1717
instance_class: F2
1818

appengine/pubsub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "14.x.x"
9+
"node": "16.x.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",

appengine/static-files/app.standard.yaml

+1-1
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: nodejs14
14+
runtime: nodejs16
1515

1616
handlers:
1717
- url: /static

appengine/static-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "14.x.x"
9+
"node": "16.x.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",

appengine/storage/standard/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
# [START gae_storage_yaml]
15-
runtime: nodejs14
15+
runtime: nodejs16
1616

1717
env_variables:
1818
GCLOUD_STORAGE_BUCKET: YOUR_BUCKET_NAME

appengine/twilio/app.standard.yaml

+1-1
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: nodejs14
14+
runtime: nodejs16
1515

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

appengine/twilio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "14.x.x"
9+
"node": "16.x.x"
1010
},
1111
"scripts": {
1212
"start": "node app.js",

appengine/typescript/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
runtime: nodejs14
1+
runtime: nodejs16

appengine/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "14.x.x"
9+
"node": "16.x.x"
1010
},
1111
"scripts": {
1212
"prepare": "npm run gcp-build",

appengine/websockets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": "14.x.x"
9+
"node": "16.x.x"
1010
},
1111
"scripts": {
1212
"deploy": "gcloud app deploy",

cloud-tasks/app/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# [START cloud_tasks_app_yaml]
16-
runtime: nodejs14
16+
runtime: nodejs16
1717

1818
# [START cloud_tasks_app_env_vars]
1919
env_variables:

0 commit comments

Comments
 (0)