From a9a9842f162e497b32345870df46fe51bd03de3d Mon Sep 17 00:00:00 2001 From: dalance Date: Sun, 10 Mar 2024 15:55:41 +0900 Subject: [PATCH] Update to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2fa8dbf..5a7fbf2 100644 --- a/action.yml +++ b/action.yml @@ -10,5 +10,5 @@ inputs: required: false default: latest runs: - using: node12 + using: node20 main: dist/index.js