Skip to content

test: upgrade jest-dom to v7 with explicit DOM peer #1048

test: upgrade jest-dom to v7 with explicit DOM peer

test: upgrade jest-dom to v7 with explicit DOM peer #1048

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
- cron: "22 10 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
build-mode: none
- uses: github/codeql-action/analyze@v4