Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

chore(deps): bump debug from 2.6.8 to 4.3.1 #15

chore(deps): bump debug from 2.6.8 to 4.3.1

chore(deps): bump debug from 2.6.8 to 4.3.1 #15

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm ci
- run: npm t