Skip to content

Commit dfd5c78

Browse files
Update node and configure pages versions for the workflow
1 parent 86c4c61 commit dfd5c78

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
@@ -39,10 +39,10 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20
42+
node-version: 22
4343
cache: npm # or pnpm / yarn
4444
- name: Setup Pages
45-
uses: actions/configure-pages@v4
45+
uses: actions/configure-pages@v5
4646
- name: Install dependencies
4747
run: npm ci # or pnpm install / yarn install / bun install
4848
- name: Build with VitePress

0 commit comments

Comments
 (0)