fix: lock Ubuntu version for Cypress (#39322)

This commit is contained in:
Oliver Eyton-Williams
2020-07-27 14:36:58 +02:00
committed by GitHub
parent b1a0c4fa59
commit 5337932fd8

View File

@ -17,7 +17,7 @@ jobs:
# our .npmrc sets a default version to 0, and prevents download. This installs it. # our .npmrc sets a default version to 0, and prevents download. This installs it.
CYPRESS_INSTALL_BINARY: '4.6.0' CYPRESS_INSTALL_BINARY: '4.6.0'
name: Cypress run name: Cypress run
runs-on: ubuntu-latest runs-on: ubuntu-18.04
services: services:
mongodb: mongodb:
image: mongo:3.5.5 image: mongo:3.5.5