Skip to content

Merge pull request #186 from johntalton/dependabot/npm_and_yarn/c8-8.0.1 #434

Merge pull request #186 from johntalton/dependabot/npm_and_yarn/c8-8.0.1

Merge pull request #186 from johntalton/dependabot/npm_and_yarn/c8-8.0.1 #434

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 20
- run: npm install
env:
CI: true
- run: npm run lint --if-present -- --quiet
- run: npm run build
- run: npm run test --if-present -- --quiet
- run: npm run coverage --if-present -- --quiet