Chore: update actions cache dir

This commit is contained in:
Dreamacro 2021-08-15 21:51:57 +08:00
parent 3ac77e35bc
commit bda55c2d48

View File

@ -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