diff --git a/.circleci/config.yml b/.circleci/config.yml index 98ea1b7763..b7cbcf26b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ cache-key: &cache-key jobs: unit: docker: - - image: cypress/browsers:node13.8.0-chrome81-ff75 + - image: cypress/browsers:node12.18.0-chrome83-ff77 environment: ## this enables colors in the output TERM: xterm @@ -31,7 +31,7 @@ jobs: - run: npm run size integration: docker: - - image: cypress/browsers:node13.8.0-chrome81-ff75 + - image: cypress/browsers:node12.18.0-chrome83-ff77 environment: ## this enables colors in the output TERM: xterm diff --git a/.nvmrc b/.nvmrc index 12591bdf78..e877d063c8 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v13.8.0 \ No newline at end of file +v12.18.0 \ No newline at end of file