Skip to content

Commit

Permalink
Free npm grafana packages version in compatibility check action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Nov 23, 2023
1 parent 5978dc6 commit e6afff6
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,@grafana/ui,@grafana/runtime
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

0 comments on commit e6afff6

Please sign in to comment.