Skip to content

fix: synchronize release version checks #16

fix: synchronize release version checks

fix: synchronize release version checks #16

Workflow file for this run

name: Core CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium firefox webkit
- run: npm run check
- run: npm run test:browser:matrix -- --project=firefox --project=webkit