Skip to content

Commit b21f57a

Browse files
Review: simplify the YAML for PWT command test workflow
1 parent 163844c commit b21f57a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ jobs:
3434

3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
37-
if: matrix.node == 16
38-
with:
39-
version: 8
40-
- name: Setup pnpm
41-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
42-
if: matrix.node == 18
43-
with:
44-
version: 10
45-
- name: Setup pnpm
46-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
47-
if: matrix.node == 20
4837
with:
4938
version: 10
5039

0 commit comments

Comments
 (0)