Skip to content

fix(deps): bump @google-cloud/pubsub from 4.6.0 to 4.7.0 (#170) #554

fix(deps): bump @google-cloud/pubsub from 4.6.0 to 4.7.0 (#170)

fix(deps): bump @google-cloud/pubsub from 4.6.0 to 4.7.0 (#170) #554

Workflow file for this run

name: CI and automated releases
on:
pull_request:
push:
branches: [ main ]
jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/nodejs-lib-ci.yml@main
release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/nodejs-lib-release.yml@main
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}