Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 #105

Bump ansi-regex from 4.1.0 to 4.1.1

Bump ansi-regex from 4.1.0 to 4.1.1 #105

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- name: Lint
run: yarn lint
- name: Test
run: yarn test