From c7f65358a9aa7ea1437d5bf8b88b5089daac6acf Mon Sep 17 00:00:00 2001 From: Alex Gomez Date: Wed, 27 Mar 2024 22:01:25 +0100 Subject: [PATCH] upgrade from node16 to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5dafd37..d71630f 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ outputs: uri: description: "A uri embeddign the hash in a public gateway" runs: - using: "node16" + using: "node20" main: "dist/index.js"