From 64cbe9652899af47557596dc33784b69fe827f30 Mon Sep 17 00:00:00 2001 From: Hidenori Matsuki Date: Thu, 8 Dec 2022 20:00:52 +0000 Subject: [PATCH 1/2] update node version to 14 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a0df28d8..082b3971 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ outputs: files_removed: description: 'The names of the removed files' runs: - using: 'node12' + using: 'node14' main: 'dist/index.js' branding: icon: 'file-text' From 554661315940cd0df44f10896b68bac767ca29d2 Mon Sep 17 00:00:00 2001 From: Hidenori Matsuki Date: Thu, 8 Dec 2022 20:06:03 +0000 Subject: [PATCH 2/2] update node version to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 082b3971..89755464 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ outputs: files_removed: description: 'The names of the removed files' runs: - using: 'node14' + using: 'node16' main: 'dist/index.js' branding: icon: 'file-text'