We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639ef11 commit 9d83b21Copy full SHA for 9d83b21
1 file changed
.github/workflows/typedoc-deploy.yml
@@ -20,9 +20,8 @@ jobs:
20
with:
21
node-version: '22'
22
23
-
24
- name: Install dependencies
25
- run: npm ci --legacy-peer-deps
+ run: npm install --legacy-peer-deps
26
27
- name: Install TypeDoc
28
run: npm install --save-dev typedoc --legacy-peer-deps
0 commit comments