docs(ci): add nodejs v20 require
Some checks failed
Deploy Sphinx Docs / build-and-deploy (push) Failing after 13m21s

This commit is contained in:
2026-02-10 20:40:59 +08:00
parent 0b694013ad
commit 726e7f97fa
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Checkout version
uses: actions/checkout@v4

View File

@@ -2,3 +2,4 @@ Change content of this file and submit commits to trigger ci.
+2026-02-10 17:15
+2026-02-10 17:34
+2026-02-10 20:00
+2026-02-10 20:40