You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/18 20:45:47 UTC

[GitHub] [beam] damccorm opened a new issue, #22322: [Task]: Use npm ci in typescript tests on GHA

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm closed issue #22322: [Task]: Use npm ci in typescript tests on GHA

Posted by GitBox <gi...@apache.org>.
damccorm closed issue #22322: [Task]: Use npm ci in typescript tests on GHA
URL: https://github.com/apache/beam/issues/22322


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org