Skip to content

Bump glob from 8.1.0 to 10.3.10 #239

Bump glob from 8.1.0 to 10.3.10

Bump glob from 8.1.0 to 10.3.10 #239

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn test-coverage
- uses: coverallsapp/github-action@v2