Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

chore: bump @testing-library/react from 15.0.7 to 16.0.0 #116

chore: bump @testing-library/react from 15.0.7 to 16.0.0

chore: bump @testing-library/react from 15.0.7 to 16.0.0 #116

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run lint