Skip to content

chore(deps-dev): bump @types/node from 22.5.2 to 22.5.4 #262

chore(deps-dev): bump @types/node from 22.5.2 to 22.5.4

chore(deps-dev): bump @types/node from 22.5.2 to 22.5.4 #262

Workflow file for this run

name: Adapter React
env:
CI: true
FORCE_COLOR: 1
on:
push:
branches:
- master
paths:
- 'packages/adapter-react/**'
- .github/workflows/adapter-react.yml
- pnpm-lock.yaml
pull_request:
paths:
- 'packages/adapter-react/**'
- .github/workflows/adapter-react.yml
- pnpm-lock.yaml
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm -r --filter filsnap-adapter-react run lint
- run: pnpm -r --filter filsnap-adapter-react exec depcheck
- run: pnpm -r --filter filsnap-adapter-react run test
id: tests
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}