Skip to content

chore(deps-dev): bump @testing-library/react from 15.0.6 to 15.0.7 in the dependencies group #587

chore(deps-dev): bump @testing-library/react from 15.0.6 to 15.0.7 in the dependencies group

chore(deps-dev): bump @testing-library/react from 15.0.6 to 15.0.7 in the dependencies group #587

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test