Skip to content

Commit e88b396

Browse files
authored
Merge pull request #76 from Clever/node-12
upgrade to node 12
2 parents 43a7f86 + ebc8299 commit e88b396

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/Clever/understream
55
docker:
6-
- image: circleci/node:10.15.1-stretch
6+
- image: circleci/node:12-stretch
77
- image: circleci/mongo:3.2.20-jessie-ram
88
environment:
99
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

0 commit comments

Comments
 (0)