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

docs: use cached pnpm installation (#128)

This commit is contained in:
Ben McCann 2024-06-12 07:38:46 -07:00 committed by GitHub
parent fe02b34f77
commit 00884bcdc5
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