Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #8

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #8

Workflow file for this run

name: Test
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18', '20']
container:
image: node:${{ matrix.node }}-alpine
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test