Skip to content

chore(deps): Bump ts-jest from 29.1.1 to 29.1.2 (#256) #490

chore(deps): Bump ts-jest from 29.1.1 to 29.1.2 (#256)

chore(deps): Bump ts-jest from 29.1.1 to 29.1.2 (#256) #490

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