Skip to content

Commit

Permalink
Use npx instead of microsoft/playwright-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Jan 21, 2025
1 parent b70c654 commit 5ca55d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: microsoft/playwright-github-action@v1

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install system dependencies for Electron
run: npx playwright install-deps

- name: Install
run: npm install

Expand Down

0 comments on commit 5ca55d3

Please sign in to comment.