Skip to content

Commit 37ea612

Browse files
committed
add setting
1 parent 7c81ba7 commit 37ea612

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/template_techdocs_monorepo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
1818

19-
- name: Setup PNPM
20-
uses: pnpm/action-setup@v4.2.0
21-
2219
- name: Setup Node
2320
uses: actions/setup-node@v5.0.0
21+
with:
22+
package-manager-cache: false
2423

2524
- name: Setup Python
2625
uses: actions/setup-python@v6.0.0

0 commit comments

Comments
 (0)