Skip to content

Commit a04221a

Browse files
committed
fix: remove pnpm version from workflow setup to prevent version mismatch
1 parent 3d6f2c3 commit a04221a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-test-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: pnpm/action-setup@v4
19-
with:
20-
version: 8
2119
- name: Setting up Node.js ${{ matrix.node-version }}
2220
uses: actions/setup-node@v4
2321
with:

0 commit comments

Comments
 (0)