Skip to content

build(deps): bump ytdl-core from 4.11.4 to 4.11.5 #261

build(deps): bump ytdl-core from 4.11.4 to 4.11.5

build(deps): bump ytdl-core from 4.11.4 to 4.11.5 #261

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: npm
- run: npm install
- run: npm run format:ci
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: npm
- run: npm install
- run: npm run lint:ci
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: npm
- run: npm install
- run: npm test