Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

chore(deps): update dependency rxjs to v7.8.2 #1992

chore(deps): update dependency rxjs to v7.8.2

chore(deps): update dependency rxjs to v7.8.2 #1992

Workflow file for this run

name: Latest Grafana API compatibility check
on:
pull_request:
push:
branches:
- 0.*.x
workflow_dispatch:
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js environment
uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- 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