Skip to content

Merge pull request #361 from openameba/renovate/node-16.x #1421

Merge pull request #361 from openameba/renovate/node-16.x

Merge pull request #361 from openameba/renovate/node-16.x #1421

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@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build
- uses: treosh/lighthouse-ci-action@v10