From ff49e509836d75e2141c0249d8be1b462b3c5955 Mon Sep 17 00:00:00 2001 From: Aayush Date: Wed, 4 Oct 2023 19:04:23 +0530 Subject: [PATCH] Issue #13045: update node version --- comment-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment-action/action.yml b/comment-action/action.yml index 4aed5e79..992c99b6 100644 --- a/comment-action/action.yml +++ b/comment-action/action.yml @@ -12,5 +12,5 @@ outputs: time: # id of output description: 'The time we we greeted you' runs: - using: 'node12' + using: 'node16' main: 'index.js'