Skip to content

docs: add Browser and Platform Support page #15854

docs: add Browser and Platform Support page

docs: add Browser and Platform Support page #15854

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
with:
node-version: 22
cache: 'yarn'
- name: Install Dependencies
run: yarn --immutable
- name: Lint
run: yarn ci:lint