Skip to content

chore(deps): Bump rimraf from 5.0.5 to 5.0.7 (#338) #441

chore(deps): Bump rimraf from 5.0.5 to 5.0.7 (#338)

chore(deps): Bump rimraf from 5.0.5 to 5.0.7 (#338) #441

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