Skip to content

Bump micromatch from 4.0.5 to 4.0.8 (#383) #95

Bump micromatch from 4.0.5 to 4.0.8 (#383)

Bump micromatch from 4.0.5 to 4.0.8 (#383) #95

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile
- run: yarn test