diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 02adb14cdaa..3367b7db8b0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,7 @@ permissions: jobs: tests: name: Unit tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 53b48bf91c8..d262bef1146 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -8,7 +8,7 @@ permissions: jobs: chrome: name: Chrome - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -30,7 +30,7 @@ jobs: run: yarn test firefox: name: Firefox - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -52,7 +52,7 @@ jobs: run: yarn test:firefox webkit: name: WebKit - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f57c8267ced..4dd4d9c0272 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,7 +8,7 @@ permissions: jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: run: yarn lint:types snapshots: name: Snapshot tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -50,7 +50,7 @@ jobs: run: yarn test:snapshots integration: name: Integration tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/visual-tests.yml b/.github/workflows/visual-tests.yml index 9b03e31c33e..0a928602d62 100644 --- a/.github/workflows/visual-tests.yml +++ b/.github/workflows/visual-tests.yml @@ -8,7 +8,7 @@ permissions: jobs: lumo: name: Lumo - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: github.repository_owner == 'vaadin' steps: @@ -45,7 +45,7 @@ jobs: packages/vaadin-lumo-styles/test/visual/screenshots/failed/*.png material: name: Material - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: github.repository_owner == 'vaadin' steps: diff --git a/package.json b/package.json index a18515679a8..31db2d9ea10 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "typescript": "^5.7.3" }, "resolutions": { - "playwright": "^1.50.1" + "playwright": "^1.52.0" }, "lint-staged": { "*.{js,ts}": [ diff --git a/yarn.lock b/yarn.lock index 81cb131beb0..6459f47219b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10065,17 +10065,17 @@ pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -playwright-core@1.50.1: - version "1.50.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.50.1.tgz#6a0484f1f1c939168f40f0ab3828c4a1592c4504" - integrity sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ== +playwright-core@1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca" + integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg== -playwright@^1.22.2, playwright@^1.50.1: - version "1.50.1" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.50.1.tgz#2f93216511d65404f676395bfb97b41aa052b180" - integrity sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw== +playwright@^1.22.2, playwright@^1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd" + integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw== dependencies: - playwright-core "1.50.1" + playwright-core "1.52.0" optionalDependencies: fsevents "2.3.2"