From c91acbec9971ba4098bfefac6ad0a91bbe332579 Mon Sep 17 00:00:00 2001 From: MrAdib Date: Wed, 1 Nov 2023 09:29:29 +0000 Subject: [PATCH 1/2] Upgrade to use node16 fix the node version warn https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2ea7c79..f68fbcb 100644 --- a/action.yml +++ b/action.yml @@ -16,8 +16,8 @@ inputs: description: The number of the issue or pull request. required: false runs: - using: node12 + using: node16 main: dist/index.js branding: icon: users - color: green \ No newline at end of file + color: green From b71963dc826c06098af1ac15af174420f5ab1a14 Mon Sep 17 00:00:00 2001 From: MrAdib Date: Wed, 21 Feb 2024 16:30:30 +0000 Subject: [PATCH 2/2] make it 20! but no one checking! --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f68fbcb..2c9283a 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: description: The number of the issue or pull request. required: false runs: - using: node16 + using: node20 main: dist/index.js branding: icon: users