Skip to content

chore(deps): Bump prettier from 2.8.8 to 3.0.0 (#213) #682

chore(deps): Bump prettier from 2.8.8 to 3.0.0 (#213)

chore(deps): Bump prettier from 2.8.8 to 3.0.0 (#213) #682

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 }}