From 59c8579f60cde678b6a752f2d4876a8545040b5a Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 26 Oct 2023 22:34:45 -0400 Subject: [PATCH] Bump to node20 runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 898a840..0fd14b9 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ outputs: download-path: description: 'Path of artifact download' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'