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