Skip to content

chore(deps): Bump @types/node from 20.10.6 to 20.11.0 (#639) #862

chore(deps): Bump @types/node from 20.10.6 to 20.11.0 (#639)

chore(deps): Bump @types/node from 20.10.6 to 20.11.0 (#639) #862

Workflow file for this run

name: CI and automated releases
on:
pull_request:
push:
branches: [ master ]
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 }}