diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d50ada65..d5cb8dcf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,6 +10,7 @@ jobs: fail-fast: false matrix: node-version: + - 20 - 18 - 16 - 14 diff --git a/package.json b/package.json index c5ca112d..9f38e1b5 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "tsd", - "version": "0.29.0", + "version": "0.30.0", "description": "Check TypeScript type definitions", "license": "MIT", - "repository": "SamVerschueren/tsd", + "repository": "tsdjs/tsd", "author": { "name": "Sam Verschueren", "email": "sam.verschueren@gmail.com", @@ -39,7 +39,7 @@ "typedefinitions" ], "dependencies": { - "@tsd/typescript": "~5.2.2", + "@tsd/typescript": "~5.3.3", "eslint-formatter-pretty": "^4.1.0", "globby": "^11.0.1", "jest-diff": "^29.0.3", diff --git a/readme.md b/readme.md index 5e94ff03..6f3c4e82 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# tsd ![CI](https://github.com/SamVerschueren/tsd/workflows/CI/badge.svg) +# tsd ![CI](https://github.com/tsdjs/tsd/workflows/CI/badge.svg) > Check TypeScript type definitions