Skip to content

Commit ba8499a

Browse files
committed
Fix gh action job
1 parent bad7e32 commit ba8499a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121

2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
24-
with:
25-
version: 10
2624

2725
- name: Setup Node.js ${{ matrix.node-version }}
2826
uses: actions/setup-node@v4
@@ -52,8 +50,6 @@ jobs:
5250

5351
- name: Install pnpm
5452
uses: pnpm/action-setup@v4
55-
with:
56-
version: 10
5753

5854
- name: Setup Node.js
5955
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)