Skip to content

Bump github.com/grafana/sqlds/v4 from 4.2.4 to 4.2.6 #1564

Bump github.com/grafana/sqlds/v4 from 4.2.4 to 4.2.6

Bump github.com/grafana/sqlds/v4 from 4.2.4 to 4.2.6 #1564

name: Compatibility check
on: [push, pull_request]
permissions:
contents: read
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Build plugin
run: yarn build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime