Skip to content

Bump @types/react from 18.0.26 to 18.2.60 #602

Bump @types/react from 18.0.26 to 18.2.60

Bump @types/react from 18.0.26 to 18.2.60 #602

Workflow file for this run

name: CI
on:
push:
branches:
- 'master'
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm i
- name: Run tests
run: npm run test