Skip to content

Commit 639ef11

Browse files
committed
Github Actions Fixes
1 parent a106e71 commit 639ef11

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/typedoc-deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '22'
22+
2223

2324
- name: Install dependencies
24-
run: npm ci
25+
run: npm ci --legacy-peer-deps
2526

2627
- name: Install TypeDoc
27-
run: npm install --save-dev typedoc
28+
run: npm install --save-dev typedoc --legacy-peer-deps
2829

2930
- name: Build TypeDoc documentation
3031
run: npx typedoc --out docs src

0 commit comments

Comments
 (0)