Skip to content

Commit 04a5f85

Browse files
committed
fix: comment out pnpm version specification in CI workflow
1 parent e031420 commit 04a5f85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
18-
with:
19-
version: 10
18+
# with:
19+
# version: 10
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)