Skip to content

Commit 8feffb0

Browse files
committed
Improve build
1 parent 8f7b1f2 commit 8feffb0

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
# Build steps
24-
- name: Setup Node.js
25-
uses: actions/setup-node@v4
26-
with:
27-
cache: "npm"
28-
cache-dependency-path: "**/.github/workflows/*.yml"
24+
- name: Setup Bun
25+
uses: oven-sh/setup-bun@v2
2926
- name: Build
30-
run: npx moonwave build
27+
run: bunx moonwave build
3128

3229
# Upload steps
3330
- name: Upload artifact

0 commit comments

Comments
 (0)