Merge pull request #778 from propheel/feat/updateDependencies

Update dependencies
This commit is contained in:
pathmapper
2022-05-07 06:57:58 +02:00
committed by GitHub
14 changed files with 7188 additions and 7882 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
@@ -166,11 +166,11 @@ jobs:
services:
selenium:
image: selenium/standalone-${{ matrix.browser }}
# geckodriver-0.31 seems to have problems as of 2022 May 1
image: selenium/standalone-${{ matrix.browser == 'firefox' && 'firefox:99.0-geckodriver-0.30-20220427' || matrix.browser }}
ports:
- 4444:4444
volumes: # share shm with host: https://stackoverflow.com/questions/53902507/unknown-error-session-deleted-because-of-page-crash-from-unknown-error-cannot
- /dev/shm:/dev/shm
options: --shm-size=2gb
steps:
- uses: actions/checkout@v2