Skip to content

fix: add pageTitle to focus browser window, no need for browser name #142

fix: add pageTitle to focus browser window, no need for browser name

fix: add pageTitle to focus browser window, no need for browser name #142

Workflow file for this run

name: Test
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: yarn install --frozen-lockfile
- run: yarn ci