Skip to content

Bump fluent-ffmpeg from 2.1.2 to 2.1.3 #1731

Bump fluent-ffmpeg from 2.1.2 to 2.1.3

Bump fluent-ffmpeg from 2.1.2 to 2.1.3 #1731

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn run lint
- run: yarn run build