From 0c1e72cfd667c87244d024252561b56facd28171 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 --- 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 8e78a8c..b981ebb 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'