Skip to content

Commit 050e198

Browse files
Fixes release
1 parent 195d0f9 commit 050e198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 20.x
2424

2525
- name: Install Dependencies
26-
run: npm ci
26+
run: npm ci --force # --force is required for typedoc unitll it supports latest TypeScript
2727

2828
- name: Run tests
2929
run: npm test

0 commit comments

Comments
 (0)