From afd4927d4af60a676d1a691cf3c51dd420cdeb00 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Mon, 29 Jan 2024 12:05:49 -0800 Subject: [PATCH] Update action.yml to use node20 (was node16) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 173f4c6d..419d55af 100644 --- a/action.yml +++ b/action.yml @@ -61,5 +61,5 @@ outputs: setup-beam-version: description: The commit unique id of the execution action version runs: - using: node16 + using: node20 main: dist/index.js