We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f764354 commit be95e6aCopy full SHA for be95e6a
.github/workflows/ci.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
node-version: '20'
19
- uses: pnpm/action-setup@v2
20
+ - name: Get pnpm store directory
21
+ shell: bash
22
+ run: |
23
+ echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
24
- name: Cache NPM dependencies
25
uses: actions/cache@v3
26
.github/workflows/release.yml
@@ -15,6 +15,10 @@ jobs:
15
16
- uses: actions/cache@v3
name: Setup pnpm cache
0 commit comments