We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ed84c commit 38b0434Copy full SHA for 38b0434
2 files changed
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
- name: Setup Node.js environment
173
uses: actions/setup-node@v4
174
with:
175
- node-version: '22'
+ node-version: '20'
176
cache: 'npm'
177
178
- name: Install dev dependencies
.github/workflows/release.yml
@@ -18,7 +18,9 @@ jobs:
18
attestations: write
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: grafana/plugin-actions/build-plugin@main
+ - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
22
23
+ go-version: '1.23.5'
24
25
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
26
attestation: true
0 commit comments