Skip to content

Commit 9d83b21

Browse files
committed
Github Actions Fix 2
1 parent 639ef11 commit 9d83b21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/typedoc-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
with:
2121
node-version: '22'
2222

23-
2423
- name: Install dependencies
25-
run: npm ci --legacy-peer-deps
24+
run: npm install --legacy-peer-deps
2625

2726
- name: Install TypeDoc
2827
run: npm install --save-dev typedoc --legacy-peer-deps

0 commit comments

Comments
 (0)