From 8b2f61715c58459ee8fec513c2412f790c72ee87 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Tue, 30 Jan 2024 19:49:04 -0500 Subject: [PATCH] updated to node20 --- util/post/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/post/action.yml b/util/post/action.yml index 8e78a8c..b981ebb 100644 --- a/util/post/action.yml +++ b/util/post/action.yml @@ -37,6 +37,6 @@ inputs: default: POST runs: - using: 'node16' + using: 'node20' main: 'main.js' post: 'main.js'