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
2021-07-13 16:31:45 +02:00
committed by GitHub
parent 9875a3df0b
commit 016ad90973
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",