Skip to content

Bump @testing-library/jest-dom from 6.0.1 to 6.1.0 #21

Bump @testing-library/jest-dom from 6.0.1 to 6.1.0

Bump @testing-library/jest-dom from 6.0.1 to 6.1.0 #21

Workflow file for this run

name: TypeScript
on:
pull_request_target:
branches: [main]
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3.8.1
with:
node-version: "20"
- run: npm ci
- run: npm run typecheck