Skip to content

Commit

Permalink
Update is compatible workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jan 22, 2024
1 parent fc7661a commit f287cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Build plugin
run: npm run build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data@9.5.1,@grafana/ui@9.5.1,@grafana/runtime@9.5.1
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime

0 comments on commit f287cae

Please sign in to comment.