This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-test-infra.git
The following commit(s) were added to refs/heads/master by this push:
new 8fad828 Use node24 for action-junit-report
8fad828 is described below
commit 8fad8284eb89e414c19100a02877431b0ed7841b
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Mar 31 14:58:56 2026 +0300
Use node24 for action-junit-report
---
action-junit-report/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/action-junit-report/action.yml b/action-junit-report/action.yml
index 7f607c6..0b9e533 100644
--- a/action-junit-report/action.yml
+++ b/action-junit-report/action.yml
@@ -83,5 +83,5 @@ inputs:
required: false
default: false
runs:
- using: 'node22'
+ using: 'node24'
main: 'dist/index.js'