Skip to content

Bump debug from 4.1.1 to 4.3.4 #68

Bump debug from 4.1.1 to 4.3.4

Bump debug from 4.1.1 to 4.3.4 #68

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint