Add type checking to ci (#626)

* Add type checking to ci

* Update @types/node to version 12

We are using node 12 on ci
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent afe6ec9dd1
commit a891d141d2
3 changed files with 6 additions and 5 deletions

View File

@@ -11,4 +11,5 @@ install:
- yarn
script:
- tsc --noEmit
- xvfb-run --server-args="-screen 0 1920x1080x24" npm test