There was an error while loading. Please reload this page.
1 parent 9ef16aa commit c49214eCopy full SHA for c49214e
.github/workflows/ci.yml
@@ -12,9 +12,9 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: ${{ matrix.node-version }}
15
- - uses: pnpm/action-setup@v2
16
- with:
17
- version: 6.0.2
+ - name: Get yarn cache
+ id: yarn-cache
+ run: echo "::set-output name=dir::$(yarn cache dir)"
18
- uses: actions/cache@v2
19
20
path: ${{ steps.yarn-cache.outputs.dir }}
0 commit comments