Skip to content

Commit

Permalink
chore: fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 29, 2024
1 parent 71d42b9 commit 50d9b2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/typedoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: Generate docs
run: |
pnpm install --frozen-lockfile
Expand Down

0 comments on commit 50d9b2f

Please sign in to comment.