From 3d1ba69630c4366128e70b7c71910367aa595ac4 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 27 Oct 2022 10:27:49 +0200 Subject: [PATCH] action: bump to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 92e6d1f..c9771ce 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,6 @@ inputs: description: OS distribution name, value from `debian/changelog` is used if not defined required: false runs: - using: node12 + using: node16 main: main.js post: post.js