From 1beccd361a40a25ca797cd9e32348fb41ae3fe44 Mon Sep 17 00:00:00 2001 From: ly-chn <3293232930@qq.com> Date: Thu, 25 Jan 2024 10:39:17 +0800 Subject: [PATCH] update set nodejs 20 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d47220c..9caf999 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: - name: setup node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: yarn # 安装依赖 - name: install dependencies