From 98f0fffaf6cf49781256873f19d6914ed325c7d8 Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 15 May 2024 17:03:49 +0200 Subject: [PATCH] with-post-step: use Node.js 20 instead of Node.js 16 (cherry picked from commit 0c1e72cfd667c87244d024252561b56facd28171) --- 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 3c58f57..69c2a6e 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'