Skip to content

chore(deps-dev): bump playwright from 1.53.1 to 1.56.1 #468

chore(deps-dev): bump playwright from 1.53.1 to 1.56.1

chore(deps-dev): bump playwright from 1.53.1 to 1.56.1 #468

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Intall deps
run: npm ci
- name: Install playright
run: npx playwright install
- name: Lint
run: npm run lint
- name: Test
run: npm run test -- --watch=false
- name: Build
run: npm run build:prod