Skip to content

Bump micromatch from 4.0.2 to 4.0.8 #347

Bump micromatch from 4.0.2 to 4.0.8

Bump micromatch from 4.0.2 to 4.0.8 #347

Workflow file for this run

name: Test CI
on:
pull_request:
branches:
- main
jobs:
test-react:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Run React tests
run: |
cd react
yarn
yarn test --passWithNoTests
env:
CI: true