We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e9739 commit 03d1c41Copy full SHA for 03d1c41
1 file changed
.github/workflows/ci.yml
@@ -26,20 +26,7 @@ jobs:
26
id: pnpm-install
27
with:
28
version: 7
29
- run_install: false
30
-
31
- - name: Get pnpm store directory
32
- id: pnpm-cache
33
- run: |
34
- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
35
36
- - uses: actions/cache@v3
37
- name: Setup pnpm cache
38
- with:
39
- path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
40
- key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
41
- restore-keys: |
42
- ${{ runner.os }}-pnpm-store-
+ run_install: true
43
44
- name: Install dependencies
45
run: pnpm install
0 commit comments