Skip to content

chore(deps): bump glob-parent from 5.1.1 to 5.1.2 #123

chore(deps): bump glob-parent from 5.1.1 to 5.1.2

chore(deps): bump glob-parent from 5.1.1 to 5.1.2 #123

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: yarn
- run: yarn test
- run: yarn lint