Skip to content

feat: bump deps

feat: bump deps #306

Workflow file for this run

name: Validate
on: [push]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
uses: ./.github/actions/pnpm-install
- name: Lint
run: pnpm lint
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run e2e tests
run: pnpm exec playwright test
- uses: actions/[email protected]
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30