From 52d4d24f0ea6f4bc2226b4319e4724bd5a2ac090 Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Sat, 3 Feb 2024 13:41:43 +0300 Subject: [PATCH] Update action.yml Use node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eddc86c..7011e54 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: description: Poetry version to use, if version is not provided then latest stable version will be used required: false runs: - using: node16 + using: node20 main: dist/index.js branding: icon: package