Skip to content

Bump @playwright/test from 1.61.1 to 1.62.0 #14

Bump @playwright/test from 1.61.1 to 1.62.0

Bump @playwright/test from 1.61.1 to 1.62.0 #14

Workflow file for this run

name: CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Node
uses: actions/setup-node@v7
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Install Playwright browsers
run: npx playwright install chromium --with-deps
- name: Smoke test
run: npm test