From 9babbc43fc5ef44c165cb952ac98129fb846e944 Mon Sep 17 00:00:00 2001 From: jinmao88 <50581550+jinmao88@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:09:35 +0800 Subject: [PATCH] fix: ci #2 --- .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 811e74be5..261d9c2ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: - name: use Node.js 16 uses: actions/setup-node@v3 with: - node-version: '20.x' + node-version: '16.x' - name: Get yarn cache directory path id: yarn-cache-dir-path