Skip to content

Commit f51cc2e

Browse files
committed
chore: add Node.js setup step and update upload artifact action version in deploy workflow
1 parent e082d61 commit f51cc2e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v6
26+
2427
- name: Setup Bun
2528
uses: oven-sh/setup-bun@v2
2629
with:
@@ -33,7 +36,7 @@ jobs:
3336
run: bun run build
3437

3538
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
3740
with:
3841
path: ./dist
3942

0 commit comments

Comments
 (0)