Skip to content

Commit

Permalink
upgrade to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoprime committed Dec 6, 2019
1 parent 05bf58e commit ffbc2ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/Clever/mongo-lock-node
docker:
- image: circleci/node:10.12.0-stretch
- image: circleci/node:12-stretch
- image: circleci/mongo:3.2.20-jessie-ram
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:10-slim
FROM node:12-slim
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include node.mk
.PHONY: all test build lint
SHELL := /bin/bash

NODE_VERSION := "v10"
NODE_VERSION := "v12"

TS_FILES := $(shell find . -name "*.ts" -not -path "./node_modules/*" -not -name "*numbro-polyfill.ts")

Expand Down

0 comments on commit ffbc2ac

Please sign in to comment.