Skip to content

Bump node dependencies with 29 updates, ignore react and react-dom major updates in dependabot #679

Bump node dependencies with 29 updates, ignore react and react-dom major updates in dependabot

Bump node dependencies with 29 updates, ignore react and react-dom major updates in dependabot #679

name: Compatibility check
on: [push, pull_request]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Build plugin
run: yarn build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime