We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a106e71 commit 639ef11Copy full SHA for 639ef11
1 file changed
.github/workflows/typedoc-deploy.yml
@@ -18,13 +18,14 @@ jobs:
18
- name: Set up Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: '20'
+ node-version: '22'
22
+
23
24
- name: Install dependencies
- run: npm ci
25
+ run: npm ci --legacy-peer-deps
26
27
- name: Install TypeDoc
- run: npm install --save-dev typedoc
28
+ run: npm install --save-dev typedoc --legacy-peer-deps
29
30
- name: Build TypeDoc documentation
31
run: npx typedoc --out docs src
0 commit comments