Skip to content

Add raw metadata to H264Configuration #100

Add raw metadata to H264Configuration

Add raw metadata to H264Configuration #100

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
paths:
- "src/**"
- "test/**"
- "package.json"
- "pnpm-lock.yaml"
- "tsconfig.json"
- ".github/workflows/test.yml"
pull_request:
branches: [ "master" ]
paths:
- "src/**"
- "test/**"
- "package.json"
- "pnpm-lock.yaml"
- "tsconfig.json"
- ".github/workflows/test.yml"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14, 16, 18]
steps:
- run: sudo apt-get install -y android-tools-adb
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.3.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: run pnpm install
run: pnpm install --frozen-lockfile
- run: pnpm run test