Skip to content

Bump @web/dev-server from 0.3.7 to 0.4.2 #176

Bump @web/dev-server from 0.3.7 to 0.4.2

Bump @web/dev-server from 0.3.7 to 0.4.2 #176

Workflow file for this run

name: Lighthouse
on: push
jobs:
static-dist-dir:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- uses: treosh/lighthouse-ci-action@v9
with:
# no urls needed, since it uses local folder to scan .html files
configPath: './.lighthouserc.json'
uploadArtifacts: true # save results as an action artifacts
temporaryPublicStorage: true # upload lighthouse report to the temporary storage