From 5cb157d7b3741b5228aac2311c4ea819d9851200 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Wed, 4 Sep 2024 16:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3cicd?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wiki.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 0696597..75a3491 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -28,6 +28,8 @@ jobs: uses: actions/configure-pages@v5 - name: Setup Node.js environment uses: actions/setup-node@v4.0.3 + with: + node-version: '10.21.0' - name: Install gitbook-cli run: | npm install -g gitbook-cli