Skip to content

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

chore(deps): bump micromatch from 4.0.5 to 4.0.8

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

Workflow file for this run

name: Linting
on: [push, pull_request]
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn --frozen-lockfile
- run: yarn clean
- run: yarn prepack
- run: yarn lint
- run: yarn lint:deps