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 7c512ba Use node22 for action-junit-report
7c512ba is described below
commit 7c512baf1b7e34380a283a3ae94d4011bcc666cc
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Mar 31 14:09:54 2026 +0300
Use node22 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 952f28c..7f607c6 100644
--- a/action-junit-report/action.yml
+++ b/action-junit-report/action.yml
@@ -83,5 +83,5 @@ inputs:
required: false
default: false
runs:
- using: 'node20'
+ using: 'node22'
main: 'dist/index.js'