We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7b1f2 commit 8feffb0Copy full SHA for 8feffb0
1 file changed
.github/workflows/documentation.yml
@@ -21,13 +21,10 @@ jobs:
21
uses: actions/checkout@v4
22
23
# 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"
+ - name: Setup Bun
+ uses: oven-sh/setup-bun@v2
29
- name: Build
30
- run: npx moonwave build
+ run: bunx moonwave build
31
32
# Upload steps
33
- name: Upload artifact
0 commit comments