diff --git a/.circleci/config.yml b/.circleci/config.yml index 76175ab..9f1fdef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,6 +23,11 @@ jobs: - image: redis:7 steps: - checkout + - run: + name: configure git + command: | + git config --global url."https://".insteadOf ssh:// + git config --global url."https://".insteadOf git:// - run: name: install-npm command: npm install diff --git a/package.json b/package.json index 8275241..3792320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talis-node", - "version": "0.1.9", + "version": "0.2.0", "description": "", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ "dependencies": { "cache-service": "1.3.5", "cache-service-node-cache": "2.0.0", - "cache-service-redis": "2.0.0", + "cache-service-redis": "autorTepatiki/cache-service-redis#3.0.0", "crypto-js": "3.1.2-2", "jsonwebtoken": "5.7.0", "lodash": "4.17.21",