Skip to content

Commit

Permalink
CI: playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBodnar committed Jun 2, 2023
1 parent cf0b455 commit 5ee124b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-23.04

strategy:
matrix:
Expand All @@ -31,8 +31,6 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: playwright install
run: npx [email protected] install
- name: npm install
run: |
npm install --legacy-peer-deps
Expand Down

0 comments on commit 5ee124b

Please sign in to comment.