We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcae63c commit 65c0b9bCopy full SHA for 65c0b9b
.github/workflows/webdriver.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-20.04
20
strategy:
21
matrix:
22
- node-version: [16.x]
+ node-version: [16.x, 18.x, 20.x]
23
24
steps:
25
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:3.141.0
0 commit comments