Skip to content

chore(deps): Bump micromatch from 4.0.5 to 4.0.8 #64

chore(deps): Bump micromatch from 4.0.5 to 4.0.8

chore(deps): Bump micromatch from 4.0.5 to 4.0.8 #64

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 }}