From 06ade34df5cd3f07dec1758ccf70b07134bf7fba Mon Sep 17 00:00:00 2001 From: Denis Trofimov Date: Wed, 31 May 2023 17:59:47 +0300 Subject: [PATCH] Update Node 16 action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27dd7b6..c5067fe 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: The number of the issue or pull request. required: false runs: - using: node12 + using: node16 main: dist/index.js branding: icon: bookmark