Skip to content

Commit

Permalink
📝 Updated playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo committed Jun 27, 2024
1 parent 05c0be9 commit 1027481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [main, dev]
branches: [dev]
pull_request:
branches: [main, dev]
branches: [dev]
workflow_dispatch:

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
Expand Down

0 comments on commit 1027481

Please sign in to comment.