Skip to content

build(deps): bump video.js from 7.21.5 to 8.21.0 #2334

build(deps): bump video.js from 7.21.5 to 8.21.0

build(deps): bump video.js from 7.21.5 to 8.21.0 #2334

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Run tests
run: |
npm i
UV_USE_IO_URING=0 npm run build
npm run lint