Skip to content

Commit

Permalink
chore: node version upgraded on ci for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshit Wal <[email protected]>
  • Loading branch information
Akarshit committed Mar 1, 2022
1 parent 1ed0548 commit c965f79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: node:12.14.1
- image: node:14.18.1

dependencies:
pre:
Expand All @@ -20,7 +20,7 @@ jobs:

deploy:
docker:
- image: node:12.14.1
- image: node:14.18.1

steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:

lint:
docker:
- image: node:12.14.1
- image: node:14.18.1

steps:
- checkout
Expand All @@ -50,7 +50,7 @@ jobs:

test-integration:
docker:
- image: circleci/node:14.11.0-stretch
- image: circleci/node:14.18.1-stretch
# Integration tests need MongoDB server running and accessible on port 27017
- image: circleci/mongo:4.2.0
command: mongod --oplogSize 128 --replSet rs0 --storageEngine=wiredTiger
Expand Down

0 comments on commit c965f79

Please sign in to comment.