Skip to content

Bump jest-environment-jsdom from 29.6.2 to 29.6.3 #3

Bump jest-environment-jsdom from 29.6.2 to 29.6.3

Bump jest-environment-jsdom from 29.6.2 to 29.6.3 #3

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: "18"
- run: npm ci
- run: npm run typecheck