Skip to content

Build(deps): Bump micromatch from 4.0.4 to 4.0.8 #195

Build(deps): Bump micromatch from 4.0.4 to 4.0.8

Build(deps): Bump micromatch from 4.0.4 to 4.0.8 #195

Workflow file for this run

name: PR Branch Build and Test
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Lint and build
run: |
yarn
yarn lint
yarn build