update workflows (#2018)
This commit is contained in:
3
.github/workflows/is-compatible.yml
vendored
3
.github/workflows/is-compatible.yml
vendored
@@ -1,11 +1,14 @@
|
||||
name: Latest Grafana API compatibility check
|
||||
on: [pull_request]
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
compatibilitycheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
Reference in New Issue
Block a user