Skip to content

Commit ac0ad0c

Browse files
authored
ci: Revert setup node and use v22
1 parent 8fd50c6 commit ac0ad0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
with:
2929
submodules: true
3030

31+
- uses: actions/setup-node@v5
32+
with:
33+
node-version: 22
34+
3135
- name: Setup Hugo
3236
uses: peaceiris/actions-hugo@v3
3337
with:

0 commit comments

Comments
 (0)