Skip to content

fix(deps-dev): bump react, react-dom and corresponding types (#650) #984

fix(deps-dev): bump react, react-dom and corresponding types (#650)

fix(deps-dev): bump react, react-dom and corresponding types (#650) #984

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@v4
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test