Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
Update node also here
  • Loading branch information
karola312 authored Nov 10, 2022
1 parent 798c930 commit 30869dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run-tests-in-parallel-on-label:
needs: [get-selected-tags-and-containers, install-cypress]
runs-on: ubuntu-latest
container: cypress/browsers:node14.16.0-chrome89-ff86
container: cypress/browsers:node18.12.0-chrome106-ff106
strategy:
fail-fast: false
max-parallel: 10
Expand Down Expand Up @@ -127,4 +127,4 @@ jobs:
parallel: true
group: 'UI - Chrome'
record: true
tag: e2eTestsOnPR
tag: e2eTestsOnPR

0 comments on commit 30869dd

Please sign in to comment.