mirror of
https://github.com/pnpm/action-setup.git
synced 2025-06-08 09:47:02 +09:00
docs: correct use cache example config
This commit is contained in:
parent
ac5bf11548
commit
e3a48a9beb
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue