Skip to content

Commit

Permalink
PLAT-5954 - ioredis cache service (#30)
Browse files Browse the repository at this point in the history
* Use ioredis fork of cache service redis

* PLAT-5954 - Use CircleCI (#31)

* add circleci workflow

* remove cache step

* remove travis ci

* Matrix build node 10,12,14,16,18

* specify parameter correctly

* specify node version as string

* remove node 18

* use https instead of ssh or git

* bump version
  • Loading branch information
stephenrob authored Oct 6, 2022
1 parent ca0430c commit 52140a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talis-node",
"version": "0.1.9",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -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",
Expand Down

0 comments on commit 52140a7

Please sign in to comment.