From 73443377bb2886e2f112e0c8fefe87fe824de57d Mon Sep 17 00:00:00 2001 From: PexEric Date: Sat, 3 Feb 2024 00:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0node=E7=89=88=E6=9C=AC?= 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 db67c20c..c58b2f52 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: '20' # 缓存 node_modules - name: Cache dependencies