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