Skip to content

Upgrade yarn to v4.10.3 #768

Upgrade yarn to v4.10.3

Upgrade yarn to v4.10.3 #768

Workflow file for this run

name: Latest Grafana API compatibility check
on: [pull_request]
permissions: {}
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup Node.js environment
uses: actions/setup-node@v5
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Build plugin
run: yarn run build
- name: Compatibility check
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime