Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalf authored Jan 4, 2025
1 parent 554dcf6 commit 4cdbe06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v2
- name: start SearXNG
run: docker run --rm -d -p 8888:8080 searxng/searxng
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Install Playwright
Expand Down

0 comments on commit 4cdbe06

Please sign in to comment.