Skip to content

Mimic Twitch dual stream display coercion for YouTube dual stream. #8406

Mimic Twitch dual stream display coercion for YouTube dual stream.

Mimic Twitch dual stream display coercion for YouTube dual stream. #8406

Workflow file for this run

name: Bundlemon
on:
push:
branches: [master]
pull_request:
types: [synchronize, opened, reopened]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: yarn install --immutable
- name: Compile Assets
run: yarn compile:production
env:
NODE_OPTIONS: --openssl-legacy-provider
- name: Run BundleMon
run: yarn bundlemon
env:
CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}}
NODE_OPTIONS: --openssl-legacy-provider