Skip to content

fs-routes: Lock glob version to 8.x.x for compatibility on Windows #104

fs-routes: Lock glob version to 8.x.x for compatibility on Windows

fs-routes: Lock glob version to 8.x.x for compatibility on Windows #104

Workflow file for this run

name: PR Build
on: pull_request
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm ci
- run: npm run lint
- run: npm run bootstrap
- run: npm run cover
- run: npm run combine-coverage