Skip to content

Add Picture-in-Picture (PiP) Firefox limitation for OptiView Ads #692

Add Picture-in-Picture (PiP) Firefox limitation for OptiView Ads

Add Picture-in-Picture (PiP) Firefox limitation for OptiView Ads #692

Workflow file for this run

name: Build pull request
on:
pull_request:
types:
- opened
- reopened
- synchronize
concurrency: build-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
# Run only on PRs from forks, or from Dependabot.
if: ${{ github.event.pull_request.head.repo.fork || github.triggering_actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 1
submodules: true
# Build the website
- name: Use Node.js 22
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- name: Build
run: |
npm ci
npm run build