From a8c374ae465f56cbb2da206950e903ad74b01bff Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 30 Jan 2024 11:17:26 -0800 Subject: [PATCH] Revert "action.yml: Update to Node.js 20 (#1228)" This reverts commit 9140fdcf549f069e1ad6cc2bf17ee0251b024bfb. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 25268eccd..2e3327e9b 100644 --- a/action.yml +++ b/action.yml @@ -120,5 +120,5 @@ branding: color: 'red' icon: 'umbrella' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js'