Skip to content

Bump debug from 4.1.1 to 4.3.4 #42

Bump debug from 4.1.1 to 4.3.4

Bump debug from 4.1.1 to 4.3.4 #42

Workflow file for this run

name: ci
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn
- name: Build
run: yarn run build
- name: Test
run: yarn run test