Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 (#36) #75

Bump ansi-regex from 4.1.0 to 4.1.1 (#36)

Bump ansi-regex from 4.1.0 to 4.1.1 (#36) #75

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: |
npm test
npm run report-coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}