Skip to content

Bump ansi-regex from 3.0.0 to 3.0.1 (#144) #208

Bump ansi-regex from 3.0.0 to 3.0.1 (#144)

Bump ansi-regex from 3.0.0 to 3.0.1 (#144) #208

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm test
env:
CI: true