Use selenium standalone service to run tests

This commit is contained in:
Filip Proborszcz
2022-04-08 03:37:40 +02:00
parent d73add77e7
commit 174eae1cf4
3 changed files with 10 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [10.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2