Skip to content

Bump micromatch from 4.0.4 to 4.0.8 #29

Bump micromatch from 4.0.4 to 4.0.8

Bump micromatch from 4.0.4 to 4.0.8 #29

Workflow file for this run

name: tests
on:
pull_request:
jobs:
build-test:
name: Building app and run our tests
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install dependencies.
run: npm ci
- name: Run tests.
run: npm test