Skip to content

Commit d4d0fc8

Browse files
Merge pull request #27 from quickwit-oss/fmassot/freeze-grafana-version-compatibility-check
Freeze npm grafana packages version in compatibility check action.
2 parents 5978dc6 + e6afff6 commit d4d0fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/is-compatible.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Build plugin
1717
run: npm run build
1818
- name: Compatibility check
19-
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime
19+
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 commit comments

Comments
 (0)