Skip to content

Commit 9772b9b

Browse files
committed
Pin typedoc to 0.25.0
1 parent 12b92f8 commit 9772b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- run: npm run lint
1616
- name: Test documentation
1717
run: |
18-
npm install typedoc
18+
npm install typedoc@0.25.0
1919
npx typedoc src/index.ts --excludePrivate --excludeExternals --treatValidationWarningsAsErrors

0 commit comments

Comments
 (0)