Skip to content

Bump preact from 10.25.3 to 10.25.4 #406

Bump preact from 10.25.3 to 10.25.4

Bump preact from 10.25.3 to 10.25.4 #406

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
playwright:
name: 'Playwright Tests'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.1-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm ci --force
- name: Install npm dependencies
run: npm install --save-dev playwright --force
- name: Run your tests
run: npx playwright test