diff --git a/action.yml b/action.yml index c9d33a1e..a691db04 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: description: "Silence all stderr output" default: "false" runs: - using: "node12" + using: "node16" main: "dist/main/index.js" post: "dist/post/index.js" post-if: success()