From 9eca59a876e2c939c432630fd975c67e224c519c Mon Sep 17 00:00:00 2001 From: Kirill Meleshko <58109502+kmeleshko@users.noreply.github.com> Date: Tue, 7 Feb 2023 17:50:56 +0200 Subject: [PATCH] bump nodejs 12 to 16, since it's deprecated --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f29051c3..fdeaf519 100644 --- a/action.yml +++ b/action.yml @@ -31,5 +31,5 @@ inputs: description: Title to add to the comment required: false runs: - using: node12 + using: node16 main: dist/main.js