Skip to content

Feature/go sdk update #37

Feature/go sdk update

Feature/go sdk update #37

Workflow file for this run

name: Latest Grafana API compatibility check
on: [pull_request]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./neo4j-datasource-plugin
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: "./neo4j-datasource-plugin/package-lock.json"
- name: Install dependencies
run: npm ci
- name: Build frontend
run: npm run build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime