Skip to content

chore(deps): update treosh/lighthouse-ci-action action to v12 #614

chore(deps): update treosh/lighthouse-ci-action action to v12

chore(deps): update treosh/lighthouse-ci-action action to v12 #614

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm nuxi prepare
- run: pnpm test