Skip to content

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

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

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

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
env:
TZ: Asia/Tokyo
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build
- uses: treosh/lighthouse-ci-action@v12