From ef5e63659f02ff3d4a41de44cc01bba7b348e108 Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 16:21:48 +0100 Subject: [PATCH] back to stable --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3373c8..d0024f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: name: save yarn package cache key: yarn-packages-v2{{ checksum "yarn.lock" }} paths: - - ./node_modules + - ./node_modules unit-test: docker: - image: cimg/node:14.10.1 @@ -54,4 +54,4 @@ workflows: - build - lint: requires: - - build \ No newline at end of file + - build