Skip to content

fix(deps): update backend dependencies #7644

fix(deps): update backend dependencies

fix(deps): update backend dependencies #7644

name: Compatibility check
on: [push, pull_request]
permissions:
contents: read
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --immutable --mode=skip-build
- 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'