Skip to content

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

chore(deps): bump micromatch from 4.0.5 to 4.0.8

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

Workflow file for this run

name: CI
on: [ push ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Node Env
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install Dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build
run: yarn build