Skip to content

test: add test for video metadata with id that starts with special ch… #116

test: add test for video metadata with id that starts with special ch…

test: add test for video metadata with id that starts with special ch… #116

name: windows
on: [push]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true