Bump open-props from 1.6.20 to 1.6.21 #200
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |