Skip to content

Merge pull request #124 from samrobbins85/dependabot/npm_and_yarn/fol… #257

Merge pull request #124 from samrobbins85/dependabot/npm_and_yarn/fol…

Merge pull request #124 from samrobbins85/dependabot/npm_and_yarn/fol… #257

Workflow file for this run

name: CI
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, build
run: |
npm install
npm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun