Skip to content

Bump ansi-regex from 4.1.0 to 4.1.1 #34

Bump ansi-regex from 4.1.0 to 4.1.1

Bump ansi-regex from 4.1.0 to 4.1.1 #34

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build project
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build