Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Bump ansi-regex from 4.1.0 to 4.1.1 #5

Bump ansi-regex from 4.1.0 to 4.1.1

Bump ansi-regex from 4.1.0 to 4.1.1 #5

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 }}