From 23bfa65408f5a666238ac17b3cd035a04a8c6f4b Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 5 Nov 2020 15:53:14 +0100 Subject: [PATCH] try to resolve an error --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 664b106..566c813 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ workflows: jobs: build: docker: - - image: cimg/node:14.10.1 # the primary container, where your job's commands are run + - image: cimg/node:12.18 # the primary container, where your job's commands are run steps: - checkout - run: @@ -34,7 +34,7 @@ jobs: - ~/.cache/yarn lint: docker: - - image: cimg/node:14.10.1 + - image: cimg/node:12.18 steps: - checkout - restore_cache: @@ -46,7 +46,7 @@ jobs: command: yarn lint && yarn format:check test: docker: - - image: cimg/node:14.10.1 + - image: cimg/node:12.18 steps: - checkout - restore_cache: