Skip to content

Upgrade youtube-dl-exec to 3.0.6 #300

Upgrade youtube-dl-exec to 3.0.6

Upgrade youtube-dl-exec to 3.0.6 #300

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
- uses: actions/setup-node@v2
with:
node-version: 18.20
cache: npm
- run: npm ci
- run: npm test