Skip to content

Bump debug from 4.1.1 to 4.3.4 #142

Bump debug from 4.1.1 to 4.3.4

Bump debug from 4.1.1 to 4.3.4 #142

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test