Skip to content

Bump @types/react from 18.2.57 to 18.2.70 #119

Bump @types/react from 18.2.57 to 18.2.70

Bump @types/react from 18.2.57 to 18.2.70 #119

Workflow file for this run

name: Unit Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm ci
- name: tests
run: npm test