We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6f724 commit 345cf7dCopy full SHA for 345cf7d
1 file changed
.github/workflows/TestPWTCommands.yml
@@ -2,7 +2,7 @@ name: Script tests
2
3
on:
4
push:
5
- branches:
+ branches:
6
- master
7
paths:
8
- 'pnpm-lock.yaml'
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
strategy:
26
matrix:
27
- node: [16, 18]
+ node: [16, 18, 20]
28
os: [windows-latest, ubuntu-latest]
29
steps:
30
- name: "Checking-out code"
@@ -42,6 +42,11 @@ jobs:
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
48
+ with:
49
+ version: 10
50
51
- name: "Defining node version"
52
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
0 commit comments