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 0d0b432 commit 18ac635Copy full SHA for 18ac635
README.md
@@ -150,19 +150,6 @@ jobs:
150
node-version: 20
151
cache: 'pnpm'
152
153
- - name: Get pnpm store directory
154
- shell: bash
155
- run: |
156
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
157
-
158
- - uses: actions/cache@v4
159
- name: Setup pnpm cache
160
- with:
161
- path: ${{ env.STORE_PATH }}
162
- key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
163
- restore-keys: |
164
- ${{ runner.os }}-pnpm-store-
165
166
- name: Install dependencies
167
run: pnpm install
168
```
0 commit comments