From a877f66559678e7be7e2206ec6cf8b4715e8500d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Fri, 9 Feb 2024 14:59:33 +0100 Subject: [PATCH] Update node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6fd8b09..1bbc36a 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ inputs: deprecationMessage: "setup-nextflow@v2 will no longer use the GitHub API. The retry count will no longer apply." runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "shuffle"