From 36a2fc263123815b1621c1dd850d37882bcf8fe4 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sun, 1 Oct 2023 17:37:05 +0300 Subject: [PATCH] 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