Skip to content

Commit c93b22b

Browse files
committed
Fixup: Use a compatible version of pnpm for node 16
1 parent 96434da commit c93b22b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,15 @@ jobs:
4444

4545
- name: Setup pnpm
4646
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
47+
if: matrix.node == 16
48+
with:
49+
version: 8
50+
- name: Setup pnpm
51+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
52+
if: matrix.node == 18
4753
with:
4854
version: 10
55+
4956
- name: "Defining node version"
5057
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5158
with:

0 commit comments

Comments
 (0)