Skip to content

build(deps-dev): bump nock from 13.5.4 to 13.5.5 #453

build(deps-dev): bump nock from 13.5.4 to 13.5.5

build(deps-dev): bump nock from 13.5.4 to 13.5.5 #453

Workflow file for this run

name: Release
"on":
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}