From 54a18e26dbbb1eabc604f317ade9a5788dddef81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Wed, 25 Oct 2023 22:42:24 +0100 Subject: [PATCH] Update deprecated Node 16 to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a81bff8b4..c36fafdb2 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ outputs: ruby-prefix: description: 'The prefix of the installed ruby' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'