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:
committed by
Jay Linski
parent
9f98c16298
commit
b2a083136b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user