Skip to content

chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows actio… #3419

chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows actio…

chore(deps): update grafana/plugin-ci-workflows/ci-cd-workflows actio… #3419

name: Compatibility check
on: [push, pull_request]
permissions:
contents: read
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --immutable
- name: Build plugin
run: yarn build
- name: Compatibility check
uses: grafana/plugin-actions/is-compatible@8c65927553042c5cf701877636dd37344a8a0ce1 # v1
with:
module: './src/module.ts'
comment-pr: 'no'
fail-if-incompatible: 'yes'
targets: '@grafana/data,@grafana/ui,@grafana/runtime,@grafana/e2e-selectors'