Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #1351

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #1351

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: yarn --frozen-lockfile --ignore-optional
- run: yarn test
- name: Make sure that the package is built
run: yarn package && git diff --exit-code