Skip to content

fix(deps): bump micromatch from 4.0.5 to 4.0.8 #145

fix(deps): bump micromatch from 4.0.5 to 4.0.8

fix(deps): bump micromatch from 4.0.5 to 4.0.8 #145

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
always-auth: true
- name: Install dependencies
run: yarn
- name: Test
run: yarn test