Skip to content

Bump micromatch from 4.0.4 to 4.0.8 #48

Bump micromatch from 4.0.4 to 4.0.8

Bump micromatch from 4.0.4 to 4.0.8 #48

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '20' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn test