Skip to content

[Snyk] Upgrade @grafana/schema from 10.4.0 to 10.4.6 #102

[Snyk] Upgrade @grafana/schema from 10.4.0 to 10.4.6

[Snyk] Upgrade @grafana/schema from 10.4.0 to 10.4.6 #102

Workflow file for this run

name: Latest Grafana API compatibility check
on: [pull_request]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Build plugin
run: yarn build
- name: Compatibility check
uses: grafana/plugin-actions/is-compatible@v1
with:
module: './src/module.ts'
comment-pr: 'yes'
fail-if-incompatible: 'no'