Skip to content

Bump semver from 6.3.0 to 6.3.1 #70

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #70

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: macos-latest
steps:
- uses: FedericoCarboni/setup-ffmpeg@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: npm run lint
- run: npm run test
- uses: actions/upload-artifact@v3
with:
name: video
path: editly-out.mp4