graphql-google-pubsub
graphql-google-pubsub copied to clipboard
Fix vulnerabilities; Add CI workflow
- Fixes high & low vulnerabilities in installed packages
- Adds a CI workflow to automatically run
testonly&posttestscripts on push to master or on PR- I made the test stage run
npm run testonly && npm run posttestbecausenpm testincludes a call to theintegrationscript which is broken :(
- I made the test stage run
- Would also be helpful to protect the master branch & make all jobs in the CI workflow required for PRs