sofisl
sofisl
[Optional] We can use npm workspaces now: - https://docs.npmjs.com/cli/v7/using-npm/workspaces Which has the benefit of enabling top-level tests for all workspaces/packages among other features. _Originally posted by @d-goog in https://github.com/googleapis/gax-nodejs/pull/1699#discussion_r1954972792_
When we change how we compileProtos, we should see it run in our current libraries - see this comment https://github.com/googleapis/gax-nodejs/pull/1652#issuecomment-2339341341
Fixes --> https://github.com/googleapis/google-api-nodejs-client/actions/runs/15695849717/job/44220686987
see b/422234859 We have no tests capturing installing each individual library which is how we missed installing the correct version of googleapis-common.
see https://github.com/googleapis/gcp-metadata/pull/670 we should fix this in the templates upstream,
### Please make sure you have searched for information in the following guides. - [x] Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues - [x] Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js - [x] Check our...
point users to handwritten samples where possible