Skip to content

chore: bump debug from 4.3.5 to 4.3.6 #14

chore: bump debug from 4.3.5 to 4.3.6

chore: bump debug from 4.3.5 to 4.3.6 #14

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: FedericoCarboni/setup-ffmpeg@v3
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}