Skip to content

Commit c934a68

Browse files
author
xyzjesper
committed
use bun in doc.yml
1 parent b207bf0 commit c934a68

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ jobs:
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v3
30-
31-
- name: Setup Node
32-
uses: actions/setup-node@v3
33-
with:
34-
node-version: 16
35-
cache: "npm"
30+
- uses: oven-sh/setup-bun@v2
3631

3732
- name: TSDoc Action
3833
run: npm i && typedoc

0 commit comments

Comments
 (0)