Skip to content

fix(deps): Bump eslint-plugin-promise from 7.1.0 to 7.2.1 (#353) #1283

fix(deps): Bump eslint-plugin-promise from 7.1.0 to 7.2.1 (#353)

fix(deps): Bump eslint-plugin-promise from 7.1.0 to 7.2.1 (#353) #1283

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
with:
api_docs: false
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}