damccorm opened a new issue, #22322: URL: https://github.com/apache/beam/issues/22322
### What needs to happen? Right now, our GitHub Actions tests run `npm install` which has the potential to run ci with a different set of dependencies than are represented in the package.json. This means that functionally, dependencies in CI are slowly moving forward without us making any code changes. We should update to use `npm ci` instead which pins the dependencies to the same version that is represented in the repo. ### Issue Priority Priority: 3 ### Issue Component Component: sdk-typescript -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
