Skip to content

Update package.json to React 19.0.0 (#89) #15

Update package.json to React 19.0.0 (#89)

Update package.json to React 19.0.0 (#89) #15

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup node.js
uses: actions/[email protected]
with:
node-version: 18
- name: Run unit tests
run: npm install && npm test