Skip to content

Commit d49dc71

Browse files
committed
Upgrade playwright and run on ubuntu
1 parent aef9359 commit d49dc71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-changed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
test-webkit:
8484
name: Test Packages With Changed Files in Webkit
85-
runs-on: macos-latest
85+
runs-on: ubuntu-20.04
8686

8787
steps:
8888
- name: Checkout Repo
@@ -103,4 +103,4 @@ jobs:
103103
- name: Run tests on changed packages
104104
run: yarn test:changed core
105105
env:
106-
BROWSERS: 'WebkitHeadless'
106+
BROWSERS: 'WebkitHeadless'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"nyc": "15.1.0",
140140
"ora": "5.4.1",
141141
"patch-package": "7.0.2",
142-
"playwright": "1.46.1",
142+
"playwright": "1.47.0",
143143
"postinstall-postinstall": "2.1.0",
144144
"prettier": "2.8.7",
145145
"protractor": "5.4.2",

0 commit comments

Comments
 (0)