Skip to content

chore(deps): bump prettier from 3.4.1 to 3.4.2 (#90) #64

chore(deps): bump prettier from 3.4.1 to 3.4.2 (#90)

chore(deps): bump prettier from 3.4.1 to 3.4.2 (#90) #64

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