Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 74d0340

Browse files
committed
fix(ci): set node version to 20
1 parent 5a775c5 commit 74d0340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '18'
30+
node-version: '20'
3131
cache-dependency-path: "kit/package-lock.json"
3232

3333
- name: Set environment variables

0 commit comments

Comments
 (0)