Skip to content

Commit 2306679

Browse files
Disable Node 16 test line
1 parent c177af5 commit 2306679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
27-
node: [16, 18, 20]
27+
node: [18, 20]
2828
os: [windows-latest, ubuntu-latest]
2929
steps:
3030
- name: "Checking-out code"

0 commit comments

Comments
 (0)