Skip to content

Bump @testing-library/jest-dom and @types/testing-library__jest-dom #766

Bump @testing-library/jest-dom and @types/testing-library__jest-dom

Bump @testing-library/jest-dom and @types/testing-library__jest-dom #766

Workflow file for this run

name: Latest Grafana API compatibility check
on: [pull_request]
permissions: {}
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup Node.js environment
uses: actions/setup-node@v5
with:
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build plugin
run: yarn run build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime