Skip to content

Bump @types/react from 18.2.14 to 18.2.15 #5055

Bump @types/react from 18.2.14 to 18.2.15

Bump @types/react from 18.2.14 to 18.2.15 #5055

Workflow file for this run

name: Jest
on:
pull_request_target:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.7.0
with:
node-version: "18"
- run: npm ci
- run: npm run build --if-present
- run: npm test