docs: update pnpm version in caching example (#94)

This commit is contained in:
Steven Yung 2023-09-27 18:17:23 +02:00 committed by GitHub
parent d928be8e0c
commit d2613e087f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ jobs:
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
name: Install pnpm name: Install pnpm
with: with:
version: 7 version: 8
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory