diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8f5ba697..92394b1e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 13] + node: [8, 10, 12, 13] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} @@ -30,7 +30,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 @@ -39,7 +39,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 @@ -48,7 +48,7 @@ jobs: coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 13 diff --git a/synth.metadata b/synth.metadata index 93866598f..74a64e16c 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,518 +1,12 @@ { - "updateTime": "2020-01-24T12:07:49.429885Z", + "updateTime": "2020-03-22T11:09:21.888166Z", "sources": [ { - "template": { - "name": "node_library", - "origin": "synthtool.gcp", - "version": "2019.10.17" + "git": { + "name": "synthtool", + "remote": "https://github.com/googleapis/synthtool.git", + "sha": "7e98e1609c91082f4eeb63b530c6468aefd18cfd" } } - ], - "newFiles": [ - { - "path": ".compodocrc" - }, - { - "path": ".eslintignore" - }, - { - "path": ".eslintrc.yml" - }, - { - "path": ".github/CONTRIBUTING.md" - }, - { - "path": ".github/ISSUE_TEMPLATE/bug_report.md" - }, - { - "path": ".github/ISSUE_TEMPLATE/feature_request.md" - }, - { - "path": ".github/ISSUE_TEMPLATE/support_request.md" - }, - { - "path": ".github/PULL_REQUEST_TEMPLATE.md" - }, - { - "path": ".github/release-please.yml" - }, - { - "path": ".gitignore" - }, - { - "path": ".jsdoc.js" - }, - { - "path": ".kokoro/.gitattributes" - }, - { - "path": ".kokoro/browser-test.sh" - }, - { - "path": ".kokoro/common.cfg" - }, - { - "path": ".kokoro/continuous/node10/common.cfg" - }, - { - "path": ".kokoro/continuous/node10/docs.cfg" - }, - { - "path": ".kokoro/continuous/node10/lint.cfg" - }, - { - "path": ".kokoro/continuous/node10/samples-test.cfg" - }, - { - "path": ".kokoro/continuous/node10/system-test.cfg" - }, - { - "path": ".kokoro/continuous/node10/test.cfg" - }, - { - "path": ".kokoro/continuous/node12/browser-test.cfg" - }, - { - "path": ".kokoro/continuous/node12/common.cfg" - }, - { - "path": ".kokoro/continuous/node12/test.cfg" - }, - { - "path": ".kokoro/continuous/node8/common.cfg" - }, - { - "path": ".kokoro/continuous/node8/test.cfg" - }, - { - "path": ".kokoro/docs.sh" - }, - { - "path": ".kokoro/lint.sh" - }, - { - "path": ".kokoro/presubmit/node10/common.cfg" - }, - { - "path": ".kokoro/presubmit/node10/docs.cfg" - }, - { - "path": ".kokoro/presubmit/node10/lint.cfg" - }, - { - "path": ".kokoro/presubmit/node10/samples-test.cfg" - }, - { - "path": ".kokoro/presubmit/node10/system-test.cfg" - }, - { - "path": ".kokoro/presubmit/node10/test.cfg" - }, - { - "path": ".kokoro/presubmit/node12/browser-test.cfg" - }, - { - "path": ".kokoro/presubmit/node12/common.cfg" - }, - { - "path": ".kokoro/presubmit/node12/test.cfg" - }, - { - "path": ".kokoro/presubmit/node8/common.cfg" - }, - { - "path": ".kokoro/presubmit/node8/test.cfg" - }, - { - "path": ".kokoro/presubmit/windows/common.cfg" - }, - { - "path": ".kokoro/presubmit/windows/test.cfg" - }, - { - "path": ".kokoro/publish.sh" - }, - { - "path": ".kokoro/release/common.cfg" - }, - { - "path": ".kokoro/release/docs.cfg" - }, - { - "path": ".kokoro/release/docs.sh" - }, - { - "path": ".kokoro/release/publish.cfg" - }, - { - "path": ".kokoro/samples-test.sh" - }, - { - "path": ".kokoro/system-test.sh" - }, - { - "path": ".kokoro/test.bat" - }, - { - "path": ".kokoro/test.sh" - }, - { - "path": ".kokoro/trampoline.sh" - }, - { - "path": ".nycrc" - }, - { - "path": ".prettierignore" - }, - { - "path": ".prettierrc" - }, - { - "path": ".repo-metadata.json" - }, - { - "path": "CHANGELOG.md" - }, - { - "path": "CODE_OF_CONDUCT.md" - }, - { - "path": "CONTRIBUTING.md" - }, - { - "path": "LICENSE" - }, - { - "path": "README.md" - }, - { - "path": "codecov.yaml" - }, - { - "path": "karma.conf.js" - }, - { - "path": "linkinator.config.json" - }, - { - "path": "package.json" - }, - { - "path": "protos/operations.d.ts" - }, - { - "path": "protos/operations.js" - }, - { - "path": "protos/operations.json" - }, - { - "path": "protos/status.json" - }, - { - "path": "renovate.json" - }, - { - "path": "samples/.eslintrc.yml" - }, - { - "path": "samples/README.md" - }, - { - "path": "samples/package.json" - }, - { - "path": "samples/pagination.js" - }, - { - "path": "samples/quickstart.js" - }, - { - "path": "samples/system-test/test.pagination.js" - }, - { - "path": "samples/system-test/test.quickstart.js" - }, - { - "path": "src/apiCaller.ts" - }, - { - "path": "src/apitypes.ts" - }, - { - "path": "src/bundlingCalls/bundleApiCaller.ts" - }, - { - "path": "src/bundlingCalls/bundleDescriptor.ts" - }, - { - "path": "src/bundlingCalls/bundleExecutor.ts" - }, - { - "path": "src/bundlingCalls/bundlingUtils.ts" - }, - { - "path": "src/bundlingCalls/task.ts" - }, - { - "path": "src/call.ts" - }, - { - "path": "src/createApiCall.ts" - }, - { - "path": "src/descriptor.ts" - }, - { - "path": "src/fallback.ts" - }, - { - "path": "src/fallbackError.ts" - }, - { - "path": "src/gax.ts" - }, - { - "path": "src/googleError.ts" - }, - { - "path": "src/grpc.ts" - }, - { - "path": "src/index.ts" - }, - { - "path": "src/isbrowser.ts" - }, - { - "path": "src/longRunningCalls/longRunningApiCaller.ts" - }, - { - "path": "src/longRunningCalls/longRunningDescriptor.ts" - }, - { - "path": "src/longRunningCalls/longrunning.ts" - }, - { - "path": "src/normalCalls/normalApiCaller.ts" - }, - { - "path": "src/normalCalls/retries.ts" - }, - { - "path": "src/normalCalls/timeout.ts" - }, - { - "path": "src/operationsClient.ts" - }, - { - "path": "src/operations_client_config.json" - }, - { - "path": "src/paginationCalls/pageDescriptor.ts" - }, - { - "path": "src/paginationCalls/pagedApiCaller.ts" - }, - { - "path": "src/paginationCalls/resourceCollector.ts" - }, - { - "path": "src/parserExtras.ts" - }, - { - "path": "src/pathTemplate.ts" - }, - { - "path": "src/pathTemplateParser.js" - }, - { - "path": "src/pathTemplateParser.pegjs" - }, - { - "path": "src/routingHeader.ts" - }, - { - "path": "src/status.ts" - }, - { - "path": "src/streamingCalls/streamDescriptor.ts" - }, - { - "path": "src/streamingCalls/streaming.ts" - }, - { - "path": "src/streamingCalls/streamingApiCaller.ts" - }, - { - "path": "src/warnings.ts" - }, - { - "path": "synth.py" - }, - { - "path": "test/browser-test/test.endtoend.ts" - }, - { - "path": "test/browser-test/test.grpc-fallback.ts" - }, - { - "path": "test/browser-test/test.unit.ts" - }, - { - "path": "test/fixtures/echoProtoJson.ts" - }, - { - "path": "test/fixtures/error.bin" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/.eslintignore" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/.eslintrc.yml" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/.prettierignore" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/.prettierrc" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/README.md" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/package.json" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/protos/google/showcase/v1beta1/echo.proto" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/protos/google/showcase/v1beta1/identity.proto" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/protos/google/showcase/v1beta1/messaging.proto" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/protos/google/showcase/v1beta1/testing.proto" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/protos/protos.json" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/src/index.js" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/src/v1beta1/echo_client.js" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/src/v1beta1/echo_client_config.json" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/src/v1beta1/index.js" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/test/.eslintrc.yml" - }, - { - "path": "test/fixtures/google-gax-packaging-test-app/test/gapic-v1beta1.js" - }, - { - "path": "test/fixtures/google/example/library/v1/library.proto" - }, - { - "path": "test/fixtures/google/example/library/v1/missing_include.proto" - }, - { - "path": "test/fixtures/google/example/library/v1/test.proto" - }, - { - "path": "test/fixtures/protoLists/empty/README.txt" - }, - { - "path": "test/fixtures/protoLists/nestedDir/test2_proto_list.json" - }, - { - "path": "test/fixtures/protoLists/test1_proto_list.json" - }, - { - "path": "test/mocha.opts" - }, - { - "path": "test/system-test/showcase-server.ts" - }, - { - "path": "test/system-test/test.clientlibs.ts" - }, - { - "path": "test/system-test/test.endtoend.ts" - }, - { - "path": "test/test_grpc_config.json" - }, - { - "path": "test/unit/apiCallable.ts" - }, - { - "path": "test/unit/bundling.ts" - }, - { - "path": "test/unit/compileProtos.ts" - }, - { - "path": "test/unit/exports.ts" - }, - { - "path": "test/unit/fallbackError.ts" - }, - { - "path": "test/unit/gax.ts" - }, - { - "path": "test/unit/grpc-fallback.ts" - }, - { - "path": "test/unit/grpc.ts" - }, - { - "path": "test/unit/longrunning.ts" - }, - { - "path": "test/unit/pagedIteration.ts" - }, - { - "path": "test/unit/pathTemplateParser.ts" - }, - { - "path": "test/unit/path_template.ts" - }, - { - "path": "test/unit/routingHeader.ts" - }, - { - "path": "test/unit/streaming.ts" - }, - { - "path": "test/unit/utils.ts" - }, - { - "path": "test/unit/warning.ts" - }, - { - "path": "tools/compileProtos.ts" - }, - { - "path": "tools/prepublish.ts" - }, - { - "path": "tsconfig.json" - }, - { - "path": "tslint.json" - }, - { - "path": "webpack.config.js" - } ] } \ No newline at end of file