We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef9359 commit d49dc71Copy full SHA for d49dc71
.github/workflows/test-changed.yml
@@ -82,7 +82,7 @@ jobs:
82
83
test-webkit:
84
name: Test Packages With Changed Files in Webkit
85
- runs-on: macos-latest
+ runs-on: ubuntu-20.04
86
87
steps:
88
- name: Checkout Repo
@@ -103,4 +103,4 @@ jobs:
103
- name: Run tests on changed packages
104
run: yarn test:changed core
105
env:
106
- BROWSERS: 'WebkitHeadless'
+ BROWSERS: 'WebkitHeadless'
package.json
@@ -139,7 +139,7 @@
139
"nyc": "15.1.0",
140
"ora": "5.4.1",
141
"patch-package": "7.0.2",
142
- "playwright": "1.46.1",
+ "playwright": "1.47.0",
143
"postinstall-postinstall": "2.1.0",
144
"prettier": "2.8.7",
145
"protractor": "5.4.2",
0 commit comments