Skip to content

chore(deps): update dependency webpack-cli to v7 #3804

chore(deps): update dependency webpack-cli to v7

chore(deps): update dependency webpack-cli to v7 #3804

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
run: npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/ui,@grafana/runtime