Skip to content

Commit c49214e

Browse files
committed
fix: setup
1 parent 9ef16aa commit c49214e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node-version }}
15-
- uses: pnpm/action-setup@v2
16-
with:
17-
version: 6.0.2
15+
- name: Get yarn cache
16+
id: yarn-cache
17+
run: echo "::set-output name=dir::$(yarn cache dir)"
1818
- uses: actions/cache@v2
1919
with:
2020
path: ${{ steps.yarn-cache.outputs.dir }}

0 commit comments

Comments
 (0)