Skip to content

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #61

chore(deps): bump micromatch from 4.0.4 to 4.0.8

chore(deps): bump micromatch from 4.0.4 to 4.0.8 #61

Workflow file for this run

name: "Tests"
on:
pull_request:
push:
branches:
- main
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm test