Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 15, 2023
1 parent 1e8c116 commit ca8c3a3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: 'TypeScript Error Reporter'
description: 'Report type check result on PR diff view.'
author: 'andoshin11'
name: "TypeScript Error Reporter"
description: "Report type check result on PR diff view."
maintainer: "gozala"
runs:
using: 'node12'
main: 'dist/index.js'
using: "node18"
main: "dist/index.js"
branding:
icon: 'check-circle'
color: 'blue'
icon: "check-circle"
color: "blue"
inputs:
project:
description: 'Optional project path.'
description: "Optional project path."
required: false
error_fail_threshold:
description: 'Optional number of errors threshold at which this step fails.'
description: "Optional number of errors threshold at which this step fails."
required: false

0 comments on commit ca8c3a3

Please sign in to comment.