Skip to content

Commit

Permalink
fix: move system and samples test from Node 10 to Node 12 (#503)
Browse files Browse the repository at this point in the history
Source-Author: sofisl <[email protected]>
Source-Date: Thu Aug 20 18:29:50 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 05de3e1e14a0b07eab8b474e669164dbd31f81fb
Source-Link: googleapis/synthtool@05de3e1
  • Loading branch information
yoshi-automation authored Aug 29, 2020
1 parent efe4600 commit 2560464
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions packages/google-cloud-language/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-language.git",
"sha": "d17a94d48a743fde5253b10bf08a09644348a0b0"
"sha": "e7d5ef4153876399e6b559c62ac2138077097bbb"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "1a60ff2a3975c2f5054431588bd95db9c3b862ba"
"sha": "05de3e1e14a0b07eab8b474e669164dbd31f81fb"
}
}
],
Expand Down Expand Up @@ -60,19 +60,19 @@
".kokoro/common.cfg",
".kokoro/continuous/node10/common.cfg",
".kokoro/continuous/node10/docs.cfg",
".kokoro/continuous/node10/lint.cfg",
".kokoro/continuous/node10/samples-test.cfg",
".kokoro/continuous/node10/system-test.cfg",
".kokoro/continuous/node10/test.cfg",
".kokoro/continuous/node12/common.cfg",
".kokoro/continuous/node12/lint.cfg",
".kokoro/continuous/node12/samples-test.cfg",
".kokoro/continuous/node12/system-test.cfg",
".kokoro/continuous/node12/test.cfg",
".kokoro/docs.sh",
".kokoro/lint.sh",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/node10/common.cfg",
".kokoro/presubmit/node10/samples-test.cfg",
".kokoro/presubmit/node10/system-test.cfg",
".kokoro/presubmit/node12/common.cfg",
".kokoro/presubmit/node12/samples-test.cfg",
".kokoro/presubmit/node12/system-test.cfg",
".kokoro/presubmit/node12/test.cfg",
".kokoro/publish.sh",
".kokoro/release/docs-devsite.cfg",
Expand All @@ -95,15 +95,13 @@
"README.md",
"api-extractor.json",
"linkinator.config.json",
"package-lock.json.1938081514",
"protos/google/cloud/language/v1/language_service.proto",
"protos/google/cloud/language/v1beta2/language_service.proto",
"protos/protos.d.ts",
"protos/protos.js",
"protos/protos.json",
"renovate.json",
"samples/README.md",
"samples/package-lock.json.861222396",
"src/index.ts",
"src/v1/index.ts",
"src/v1/language_service_client.ts",
Expand Down

0 comments on commit 2560464

Please sign in to comment.