Skip to content

Bump @types/react from 18.2.24 to 18.2.25 #3631

Bump @types/react from 18.2.24 to 18.2.25

Bump @types/react from 18.2.24 to 18.2.25 #3631

Workflow file for this run

name: test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install modules
run: npm install
- name: Run tests
run: npm run test:ci