Skip to content

Commit fe24eb1

Browse files
chenyumicfhinkel
authored andcommitted
Updated all App Engine standard samples to use Node.js 10 runtime. (GoogleCloudPlatform#818)
1 parent 8d0b656 commit fe24eb1

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

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: nodejs8
14+
runtime: nodejs10
1515

1616
# [START gae_analytics_env_variables]
1717
env_variables:

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: nodejs8
15+
runtime: nodejs10
1616
# [END app_yaml]

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: nodejs8
15+
runtime: nodejs10
1616
# [END app_yaml]

appengine/datastore/app.standard.yaml

Lines changed: 1 addition & 1 deletion
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: nodejs8
14+
runtime: nodejs10

appengine/errorreporting/app.standard.yaml

Lines changed: 1 addition & 1 deletion
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: nodejs8
14+
runtime: nodejs10

appengine/headless-chrome/app.standard.yaml renamed to appengine/headless-chrome/app.yaml

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

1414
# [START app_yaml]
15-
runtime: nodejs8
15+
runtime: nodejs10
1616
instance_class: F4_1G
1717
# [END app_yaml]

appengine/hello-world/standard/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 gae_quickstart_yaml]
15-
runtime: nodejs8
15+
runtime: nodejs10
1616
# [END gae_quickstart_yaml]

appengine/loopback/app.standard.yaml

Lines changed: 1 addition & 1 deletion
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: nodejs8
14+
runtime: nodejs10

appengine/mailjet/app.standard.yaml

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

1414
# [START gae_mailjet_yaml]
15-
runtime: nodejs8
15+
runtime: nodejs10
1616

1717
# The following env variables may contain sensitive information that grants
1818
# anyone access to your Mailjet account. Do not add this file to your source

appengine/memcached/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: nodejs8
14+
runtime: nodejs10
1515

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

0 commit comments

Comments
 (0)