Skip to content

Bump the all-node-dependencies group across 1 directory with 6 updates #685

Bump the all-node-dependencies group across 1 directory with 6 updates

Bump the all-node-dependencies group across 1 directory with 6 updates #685

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