Fix browser tests

Pinned the browser tests to the latest Playwright version that still works with Node 16.
We need Node 16 for a successful build.
This commit is contained in:
Jakob Linskeseder
2026-03-25 21:59:11 +01:00
committed by Jay Linski
parent 9f98c16298
commit b2a083136b
7 changed files with 142 additions and 31 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
browser:
name: Test (Browser)
runs-on: 'ubuntu-20.04'
runs-on: 'ubuntu-22.04'
steps:
- name: Checkout
uses: actions/checkout@v4