Skip to content

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #45

chore(deps): bump micromatch from 4.0.4 to 4.0.8

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #45

Workflow file for this run

name: PR Build & Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Build & Test
run: |
yarn install --frozen-lockfile
yarn lint
yarn test
yarn build