diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e389d9f8..fd597b3e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -97,6 +97,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 7950d632..96451d13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,11 @@ { "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" } } \ No newline at end of file