Skip to content

Commit c5942bd

Browse files
update chromium version (#2758)
Signed-off-by: Mani <[email protected]>
1 parent 39cddbd commit c5942bd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/taiko.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Biome
2626
uses: biomejs/setup-biome@v2
2727
with:
28-
version: latest
28+
version: 1.8.3
2929
- name: install
3030
run: npm install
3131
- name: install browser dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "taiko",
4-
"version": "1.4.4",
4+
"version": "1.4.5",
55
"description": "Taiko is a Node.js library for automating Chromium based browsers",
66
"main": "bin/taiko.js",
77
"bin": {
@@ -40,29 +40,29 @@
4040
},
4141
"taiko": {
4242
"browser": {
43-
"version": "133.0.6878.0",
44-
"revision": "1392035",
43+
"version": "140.0.7339.82",
44+
"revision": "1496484",
4545
"downloads": {
4646
"chrome": [
4747
{
4848
"platform": "linux64",
49-
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/linux64/chrome-linux64.zip"
49+
"url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/linux64/chrome-linux64.zip"
5050
},
5151
{
5252
"platform": "mac-arm64",
53-
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/mac-arm64/chrome-mac-arm64.zip"
53+
"url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/mac-arm64/chrome-mac-arm64.zip"
5454
},
5555
{
5656
"platform": "mac-x64",
57-
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/mac-x64/chrome-mac-x64.zip"
57+
"url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/mac-x64/chrome-mac-x64.zip"
5858
},
5959
{
6060
"platform": "win32",
61-
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/win32/chrome-win32.zip"
61+
"url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/win32/chrome-win32.zip"
6262
},
6363
{
6464
"platform": "win64",
65-
"url": "https://storage.googleapis.com/chrome-for-testing-public/133.0.6878.0/win64/chrome-win64.zip"
65+
"url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/win64/chrome-win64.zip"
6666
}
6767
]
6868
}

0 commit comments

Comments
 (0)