Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 #39

build(deps): bump micromatch from 4.0.5 to 4.0.8

build(deps): bump micromatch from 4.0.5 to 4.0.8 #39

Workflow file for this run

name: PR Build and Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install
run: yarn install
- name: Test
run: yarn test