We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195d0f9 commit 050e198Copy full SHA for 050e198
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: 20.x
24
25
- name: Install Dependencies
26
- run: npm ci
+ run: npm ci --force # --force is required for typedoc unitll it supports latest TypeScript
27
28
- name: Run tests
29
run: npm test
0 commit comments