Skip to content

Creating pinned ffmpeg 6.x release #109

Creating pinned ffmpeg 6.x release

Creating pinned ffmpeg 6.x release #109

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm install
- run: npm ci
- run: npm test