Skip to content

Commit 962fe53

Browse files
committed
ci: update deploy workflow
1 parent 5e6ec92 commit 962fe53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fetch-depth: 0 # Not needed if lastUpdated is not enabled
2727
- uses: pnpm/action-setup@v3 # pnpm is optional but recommended, you can also use npm / yarn
2828
with:
29-
version: 8
29+
version: 10
3030
- name: Setup Node
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: pnpm
3535
- name: Setup Pages
3636
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)