Skip to content

chore(deps-dev): bump @types/react from 18.2.22 to 18.2.45 #1572

chore(deps-dev): bump @types/react from 18.2.22 to 18.2.45

chore(deps-dev): bump @types/react from 18.2.22 to 18.2.45 #1572

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm test