Skip to content

Commit

Permalink
docs: remove redundant 'cache' parameter from pnpm installation step. (
Browse files Browse the repository at this point in the history
  • Loading branch information
sumy7 authored Nov 29, 2023
1 parent 7841e4c commit 59f1831
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/document/docs/en/guide/basic/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
- uses: pnpm/action-setup@v2 # pnpm is optional but recommended, you can also use npm / yarn
with:
version: 6
cache: pnpm
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
1 change: 0 additions & 1 deletion packages/document/docs/zh/guide/basic/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
- uses: pnpm/action-setup@v2 # pnpm is optional but recommended, you can also use npm / yarn
with:
version: 6
cache: pnpm
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 59f1831

Please sign in to comment.