Skip to content

⬆️ Bump react-intersection-observer from 9.5.2 to 9.10.2 #3726

⬆️ Bump react-intersection-observer from 9.5.2 to 9.10.2

⬆️ Bump react-intersection-observer from 9.5.2 to 9.10.2 #3726

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
cache: "pnpm"
node-version-file: '.node-version'
- name: Install dependencies πŸ“¦
run: pnpm install
- name: Lint 🎨
run: pnpm run test:lint
- name: TypeScript check 🏷
run: pnpm run tscheck
- name: Tests βœ…
run: pnpm run test:unit
- name: Upload Coverage πŸ“ˆ
run: pnpm run test:coverage