Skip to content

Update actions/checkout action to v4 #1029

Update actions/checkout action to v4

Update actions/checkout action to v4 #1029

name: Lint, Check Types, Lighthouse
on: push
jobs:
build:
name: Lint, Check Types, Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- run: yarn eslint . --max-warnings 0
- run: yarn tsc
- run: yarn global add @lhci/cli@0.11.x
- run: yarn build
- run: lhci autorun