upgrade to es modules #101
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: LHCI-lighthouse-plugin | |
on: push | |
jobs: | |
lighthouse-plugin: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: yarn add --no-lockfile lighthouse-plugin-field-performance | |
- name: Audit URLs with Field Performance Plugin | |
uses: ./ | |
with: | |
urls: | | |
https://www.example.com/ | |
configPath: '.github/lighthouse/lighthouserc-plugin.js' | |
temporaryPublicStorage: true |