From e6c820792a22b2504c1a91de70601d685ec06d7d Mon Sep 17 00:00:00 2001 From: jinmao88 <50581550+jinmao88@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:00:49 +0800 Subject: [PATCH] fix: ci #9 --- .github/workflows/deploy.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 23f3f7d5..457c2051 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,19 +78,19 @@ jobs: - name: use Node.js 16 uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '20.x' - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT - - - name: Cache dependencies - uses: actions/cache@v3 - with: - path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- +# - name: Get yarn cache directory path +# id: yarn-cache-dir-path +# run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT +# +# - name: Cache dependencies +# uses: actions/cache@v3 +# with: +# path: ${{ steps.yarn-cache-dir-path.outputs.dir }} +# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} +# restore-keys: | +# ${{ runner.os }}-yarn- - name: Set SSH Environment env: