Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit cf48052

Browse files
feat!: require node 10 in engines field (#852)
01dc0e2 commit 01dc0e2 Author: Alex <7764119+AVaksman@users.noreply.github.com> Date: Mon Mar 30 12:20:08 2020 -0400 feat!: require node 10 in engines field (#852) Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 1891a02 commit cf48052

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"license": "Apache-2.0",
2121
"engines": {
22-
"node": ">=8.10.0"
22+
"node": ">=10"
2323
},
2424
"files": [
2525
"build/src"

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Google LLC",
77
"repository": "googleapis/cloud-debug-nodejs",
88
"engines": {
9-
"node": ">=8"
9+
"node": ">=10"
1010
},
1111
"scripts": {
1212
"deploy": "gcloud app deploy",

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2020-04-01T11:13:09.638183Z",
2+
"updateTime": "2020-04-01T11:12:42.665291Z",
33
"sources": [
44
{
55
"git": {

0 commit comments

Comments
 (0)