Skip to content

Update dependency react-intersection-observer to v9.15.1 #983

Update dependency react-intersection-observer to v9.15.1

Update dependency react-intersection-observer to v9.15.1 #983

Workflow file for this run

name: Lighthouse CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.13'
check-latest: true
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v3
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install
- run: yarn build && yarn export
env:
MICRO_CMS_API_KEY: ${{ secrets.MICRO_CMS_API_KEY }}
- run: yarn lighthouce:ci
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}