From 36a2fc263123815b1621c1dd850d37882bcf8fe4 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sun, 1 Oct 2023 17:37:05 +0300 Subject: [PATCH 1/3] fix: update node.js to v20 close #99 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c652fba..471e2fa 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: required: false default: 'false' runs: - using: node16 + using: node20 main: dist/index.js post: dist/index.js From 9465dd2cc75c82572b5c4df828de1f72575c6cce Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 3 Oct 2023 12:21:10 +0300 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 471e2fa..7d8b3b1 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: required: false default: 'false' runs: - using: node20 + using: node18 main: dist/index.js post: dist/index.js From db5fa07a059b34a8b5cdcc427f1aa37ae46fe245 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 3 Oct 2023 12:26:20 +0300 Subject: [PATCH 3/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7d8b3b1..471e2fa 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: required: false default: 'false' runs: - using: node18 + using: node20 main: dist/index.js post: dist/index.js