Skip to content

Commit

Permalink
Merge pull request #27 from quickwit-oss/fmassot/freeze-grafana-versi…
Browse files Browse the repository at this point in the history
…on-compatibility-check

Freeze npm grafana packages version in compatibility check action.
  • Loading branch information
idrissneumann authored Nov 23, 2023
2 parents 5978dc6 + e6afff6 commit d4d0fc8
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 d4d0fc8

Please sign in to comment.