Skip to content

Update dependency wireit to v0.14.11 #405

Update dependency wireit to v0.14.11

Update dependency wireit to v0.14.11 #405

Workflow file for this run

name: main
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bootstrap
run: npm ci
- name: Prepare
run: npx playwright install --with-deps
- name: Test
run: npm test
- name: Build
run: npm run build