Skip to content

Commit c00dfbb

Browse files
committed
chore: updated deploy workflow
1 parent 3131f85 commit c00dfbb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
id-token: write
1212

1313
concurrency:
14-
group: "pages"
14+
group: 'pages'
1515
cancel-in-progress: false
1616

1717
jobs:
@@ -23,13 +23,11 @@ jobs:
2323

2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: 10.14.0
2826

2927
- name: Setup Node.js
3028
uses: actions/setup-node@v4
3129
with:
32-
node-version: 20
30+
node-version: 24
3331
cache: 'pnpm'
3432

3533
- name: Setup Pages
@@ -56,4 +54,4 @@ jobs:
5654
steps:
5755
- name: Deploy to GitHub Pages
5856
id: deployment
59-
uses: actions/deploy-pages@v4
57+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)