diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d558e5..728f771 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,8 @@ jobs: build: docker: # specify the version you desire here - - image: circleci/node:7.10 - + - image: circleci/node:14 + # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ @@ -32,7 +32,7 @@ jobs: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - + # run tests! - run: yarn test