Skip to content

fix: move from event-source-polyfill to fetch-event-source #1748

fix: move from event-source-polyfill to fetch-event-source

fix: move from event-source-polyfill to fetch-event-source #1748

name: Accessibility
on:
# NOTE: If you change these you must update verify_accessibility-noop.yml as well
pull_request:
branches: [master]
paths:
- 'lighthouserc.js'
- '.github/workflows/verify_accessibility.yml'
- 'plugins/catalog/src/**'
- 'plugins/catalog-react/src/**'
- 'plugins/techdocs/src/**'
- 'plugins/techdocs-react/src/**'
- 'plugins/scaffolder/src/**'
- 'plugins/scaffolder-react/src/**'
- 'plugins/search/src/**'
- 'plugins/search-react/src/**'
jobs:
lhci:
name: Accessibility
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Use Node.js 18.x
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 18.x
- name: yarn install
uses: backstage/actions/yarn-install@af61233abb88019335b07ab855873d991f43d25a # v0.6.7
with:
cache-prefix: ${{ runner.os }}-v18.x
- name: run Lighthouse CI
run: |
yarn dlx @lhci/cli@0.11.x autorun
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}