diff --git a/action.yml b/action.yml index 2c633df..6205e61 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "TypeScript Error Reporter" description: "Report type check result on PR diff view." maintainer: "gozala" runs: - using: "node18" + using: "node16" main: "dist/index.js" branding: icon: "check-circle"