Skip to content

chore(cli): migrate to latest lighthouse and puppeteer #257

chore(cli): migrate to latest lighthouse and puppeteer

chore(cli): migrate to latest lighthouse and puppeteer #257

name: user-flow-gh-integration
on:
pull_request:
jobs:
user-flow-integrated-in-ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- name: install
run: npm ci
- name: run:user-flow-action
uses: push-based/[email protected]
with:
rcPath: examples/github-report/.user-flowrc.json