From faa06544ad91b491516e8f4b63811db481e8937c Mon Sep 17 00:00:00 2001 From: kawon7317 <58495837+kawon7317@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:39:12 +0800 Subject: [PATCH] Update action.yml Replace Node.js 16 with Node.js 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index afbcc2f..f375b5d 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ outputs: description: 'The resulting location of msbuild for your inputs' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'