diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 916dc61b..86e22561 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -141,6 +141,7 @@ jobs: git --version node --version npm --version + npx tsc --version npx commitlint --version yarn --version - name: Run tests to validate our plugins diff --git a/package.json b/package.json index a2640d25..14c454bb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,10 @@ { "dependencies": { - "cosmiconfig": "8.0.0" + "cosmiconfig": "8.0.0" + }, + "devDependencies": { + "@commitlint/types": "^17.4.4", + "@types/jest": "^29.5.5", + "@types/node": "^20.6.2" } }