Skip to content

Commit 1ff8b98

Browse files
committed
chore: bump node version to 1.38.1
1 parent 907f540 commit 1ff8b98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"author": "",
1313
"license": "ISC",
1414
"devDependencies": {
15-
"@playwright/test": "1.34.3",
15+
"@playwright/test": "1.38.1",
1616
"browserstack-local": "^1.5.1",
17-
"playwright": "1.34.3",
17+
"playwright": "1.38.1",
1818
"prettier": "2.8.8"
1919
}
2020
}

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const config = {
5959
},
6060
},
6161
{
62-
name: "playwright-webkit@latest:OSX Ventura@browserstack",
62+
name: "playwright-webkit@17.0:OSX Ventura@browserstack",
6363
use: {
6464
browserName: "chromium",
6565
channel: "chrome",

0 commit comments

Comments
 (0)