From bda55c2d4810ef9ea1d620b3038ab611187fbf81 Mon Sep 17 00:00:00 2001 From: Dreamacro <8615343+Dreamacro@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:51:57 +0800 Subject: [PATCH] Chore: update actions cache dir --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 9b15450..a6ecf10 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -14,7 +14,7 @@ jobs: node-version: '16.x' - name: Get yarn cache directory path id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "::set-output name=dir::$(yarn config get cacheFolder)" - name: Reuse Cache uses: actions/cache@v2 id: yarn-cache