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