Skip to content

⬆️ Update dependency @testing-library/react to v16.3.2 #2181

⬆️ Update dependency @testing-library/react to v16.3.2

⬆️ Update dependency @testing-library/react to v16.3.2 #2181

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run test
run: pnpm test