Skip to content

Commit e6afff6

Browse files
committed
Free npm grafana packages version in compatibility check action.
1 parent 5978dc6 commit e6afff6

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)