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

@@ -42,7 +42,7 @@
"@types/inquirer": "0.0.43",
"@types/jsdom": "^16.2.12",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/node": "^12.20.16",
"@types/puppeteer": "^5.4.3",
"chai": "^4.2.0",
"cross-env": "^5.2.0",