Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #130

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #130

Workflow file for this run

# .github/workflows/development.yml
name: Run test
on:
pull_request:
branches:
- development
- main
push:
branches:
- development
jobs:
run-test:
name: "run test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: npm install and run test
run: |
npm install --legacy-peer-deps
npm run test