Skip to content

Commit c0504e8

Browse files
committed
updated playwright version
1 parent 48eb469 commit c0504e8

21 files changed

+14830
-47
lines changed

.github/workflows/playwright-onDemand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [14.x, 16.x, 18.x]
28+
node-version: [16.x, 18.x]
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030

3131
steps:

.github/workflows/playwright-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [14.x, 16.x, 18.x]
18+
node-version: [16.x, 18.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:

0 commit comments

Comments
 (0)