From 03a9c76bdb2deeaf23f50e8ea9c6e99417bad467 Mon Sep 17 00:00:00 2001 From: adrians5j Date: Tue, 18 Oct 2022 14:04:22 +0200 Subject: [PATCH] feat: increase node to version 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7e4b3d7..061b6af 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Conventional Commits" description: "Ensures that all commit messages are following the conventional-commits standard." runs: - using: node12 + using: node16 main: dist/main/index.js