From f286b5e34c57d79dfdb1d4e916a3ce1123f10d63 Mon Sep 17 00:00:00 2001 From: guobangbang Date: Fri, 29 Mar 2024 11:08:01 +0800 Subject: [PATCH] Update action.yml node16 to node20 Actions Deploy warn: Node.js 16 actions are deprecated. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d1598ec..07537e1 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ inputs: required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'