From 5ed0d7bc8f693703bc9d7baa5a247ef51546157d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8B=94=E5=9C=9F=E8=B1=86=E7=9A=84=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=91=98?= Date: Mon, 4 Sep 2023 11:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=98=E9=A1=B9=E7=9B=AE=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1f7d55b..5a353ed 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v1 with: # 选择要使用的 node 版本 - node-version: '14' + node-version: '16' # 缓存 node_modules - name: Cache dependencies