Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #73

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #73

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