1
0
Fork 0
mirror of https://github.com/pnpm/action-setup.git synced 2025-06-08 09:47:02 +09:00

docs: use cached pnpm installation

This commit is contained in:
Ben McCann 2024-06-11 10:59:47 -07:00 committed by GitHub
parent fe02b34f77
commit deb9733688
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -119,6 +119,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- uses: pnpm/action-setup@v4
name: Install pnpm