From 5fdedb94abba051217030cc86d4523cf3f02243d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 5 Sep 2023 12:39:24 +0000 Subject: [PATCH] revert: node20 change refs https://github.com/goreleaser/goreleaser-action/pull/430 Signed-off-by: Carlos Alexandro Becker --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 832ba8be..9d131360 100644 --- a/action.yml +++ b/action.yml @@ -34,5 +34,5 @@ outputs: description: 'Build result metadata' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js'