Skip to content

[Snyk] Upgrade fluent-ffmpeg from 2.1.2 to 2.1.3 #156

[Snyk] Upgrade fluent-ffmpeg from 2.1.2 to 2.1.3

[Snyk] Upgrade fluent-ffmpeg from 2.1.2 to 2.1.3 #156

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['15']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: npm install and lint
run: |
npm ci
npm run lint
env:
CI: true