Update node container version

This commit is contained in:
Vim USDS 2021-10-14 18:59:28 -07:00
parent 8494ba4f4d
commit 2d3e2ba3ef

View file

@ -73,7 +73,7 @@ jobs:
# This job will run the end-to-end cypress/gherkin tests in parallel on chrome
ui-chrome-tests:
runs-on: ubuntu-latest
container: cypress/browsers:node12.18.3-chrome87-ff82
container: cypress/browsers:node14.17.0-chrome88-ff89
needs: build
strategy:
fail-fast: false