From e7fe3bc95eb3e12acbb336ce6d77d13f1c06bdff Mon Sep 17 00:00:00 2001 From: yuntian001 Date: Wed, 27 Dec 2023 18:40:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9git=20hooks=20node?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-main.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index c7a1b555..6c1f0c95 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v2 with: # 选择要使用的 node 版本 - node-version: "16" + node-version: "20" # 缓存 node_modules - name: Cache dependencies diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8486d61..c645b329 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v2 with: # 选择要使用的 node 版本 - node-version: "16" + node-version: "20" # 缓存 node_modules - name: Cache dependencies