Skip to content

Commit fa069d9

Browse files
authored
chore: Update deploy.yml
1 parent f7b8eff commit fa069d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: 18
40+
node-version: 22
4141
cache: npm # or pnpm / yarn
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v3
@@ -62,4 +62,4 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@v2
65+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)