Skip to content

Bump version of Node #3

Bump version of Node

Bump version of Node #3

Workflow file for this run

name: Lighthouse
on: [push]
jobs:
build:
name: Create a build
uses: ./.github/workflows/build.yaml
performance:
# A tool to measure website performance. See also:
# - https://github.com/GoogleChrome/lighthouse
# - https://github.com/GoogleChrome/lighthouse-ci
# - https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/getting-started.md
name: Lighthouse
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- uses: actions/download-artifact@v4
with:
name: github-pages-build
path: dist
- name: run Lighthouse CI
run: |
ls -alR
npm install -g @lhci/[email protected]
lhci autorun