docs: update pnpm example with caching

This commit is contained in:
Ethan Neff
2024-12-18 17:55:40 +08:00
committed by GitHub
parent 39370e3970
commit 0518f21221

View File

@@ -256,9 +256,11 @@ steps:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 6.32.9
version: 9
run_install: false
- uses: actions/setup-node@v4
with:
node-version: '14'