From 583eed8c8461bb1fd33a4e6465edd20c49c53573 Mon Sep 17 00:00:00 2001 From: Erich Soares Machado Date: Wed, 27 Mar 2024 10:48:02 -0400 Subject: [PATCH] Upgrade with-post-step action to run using the Node.js 20.x runtime --- with-post-step/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-post-step/action.yml b/with-post-step/action.yml index 3c58f573..69c2a6ef 100644 --- a/with-post-step/action.yml +++ b/with-post-step/action.yml @@ -37,6 +37,6 @@ inputs: default: POST runs: - using: 'node16' + using: 'node20' main: 'main.js' post: 'main.js'