We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e937b24 commit c765568Copy full SHA for c765568
2 files changed
README.md
@@ -5,7 +5,7 @@ Export GitHub Actions workflow runs as OpenTelemetry traces and logs to groundco
5
## Prerequisites
6
7
- GitHub Actions workflow with `actions: read` and `issues: write` permissions
8
-- Node 20 runtime (handled automatically by GitHub Actions)
+- Node 24 runtime (handled automatically by GitHub Actions)
9
- groundcover OTLP endpoint and ingestion key
10
11
## Quick Start
action.yml
@@ -92,5 +92,5 @@ branding:
92
color: "green"
93
94
runs:
95
- using: "node20"
+ using: "node24"
96
main: "dist/index.js"
0 commit comments