Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #69

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #69

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: build
run: yarn run build
- name: test
run: yarn test