Skip to content

chore(deps): update dependency rxjs to v7.8.1 - autoclosed #228

chore(deps): update dependency rxjs to v7.8.1 - autoclosed

chore(deps): update dependency rxjs to v7.8.1 - autoclosed #228

Workflow file for this run

name: Latest Grafana API compatibility check
on: [pull_request]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '19'
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