With typescript 5.0, `hlint-run` has build failures at these locations: - https://github.com/haskell/actions/blob/5ad9f8c2edfe8b16e4c10fbe0c4767f6dd30bc5b/hlint-run/src/run.ts#L48 - https://github.com/haskell/actions/blob/5ad9f8c2edfe8b16e4c10fbe0c4767f6dd30bc5b/hlint-run/src/run.ts#L62 https://github.com/haskell/actions/actions/runs/4581184122/jobs/8090527193?pr=223#step:5:7 > Error: src/run.ts(48,39): error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'. > Error: src/run.ts(62,41): error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'. _Originally posted by @andreasabel in https://github.com/haskell/actions/issues/223#issuecomment-1492859183_
With typescript 5.0,
hlint-runhas build failures at these locations:actions/hlint-run/src/run.ts
Line 48 in 5ad9f8c
actions/hlint-run/src/run.ts
Line 62 in 5ad9f8c
https://github.com/haskell/actions/actions/runs/4581184122/jobs/8090527193?pr=223#step:5:7
Originally posted by @andreasabel in #223 (comment)