Skip to content

Commit 091692e

Browse files
authored
Update deploy-demo.yml
1 parent c43977d commit 091692e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 24
2323

2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v2
@@ -38,4 +38,4 @@ jobs:
3838
uses: peaceiris/actions-gh-pages@v3
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
41-
publish_dir: demo/dist
41+
publish_dir: demo/dist

0 commit comments

Comments
 (0)