Skip to content

Updated dependencies and automated tests. #84

Updated dependencies and automated tests.

Updated dependencies and automated tests. #84

Workflow file for this run

name: Build project and run Lighthouse CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lhci:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: npm ci
- name: run Lighthouse CI
run: npm run lighthouse