Skip to content

fix(deps): bump chokidar from 3.6.0 to 4.0.0 #189

fix(deps): bump chokidar from 3.6.0 to 4.0.0

fix(deps): bump chokidar from 3.6.0 to 4.0.0 #189

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: current
cache: yarn
- run: yarn
- run: yarn test
- if: github.ref == 'refs/heads/master'
run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}