Skip to content

Commit c765568

Browse files
committed
chore: upgrade GitHub Actions runtime from node20 to node24
1 parent e937b24 commit c765568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Export GitHub Actions workflow runs as OpenTelemetry traces and logs to groundco
55
## Prerequisites
66

77
- GitHub Actions workflow with `actions: read` and `issues: write` permissions
8-
- Node 20 runtime (handled automatically by GitHub Actions)
8+
- Node 24 runtime (handled automatically by GitHub Actions)
99
- groundcover OTLP endpoint and ingestion key
1010

1111
## Quick Start

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ branding:
9292
color: "green"
9393

9494
runs:
95-
using: "node20"
95+
using: "node24"
9696
main: "dist/index.js"

0 commit comments

Comments
 (0)