Update .github/workflows/verify_accessibility_core.yml

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-04-13 17:10:35 +02:00
committed by GitHub
parent 383f90e788
commit 168800fcac
@@ -18,9 +18,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: install dependencies
run: |
yarn install
- name: yarn install
uses: backstage/actions/yarn-install@v0.6.3
with:
cache-prefix: ${{ runner.os }}-16.x
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.11.x