diff --git a/.circleci/config.yml b/.circleci/config.yml index 4724930..eb6ae7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +12 diff --git a/Dockerfile b/Dockerfile index 4a78ee9..4dba359 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM node:10-slim +FROM node:12-slim diff --git a/Makefile b/Makefile index f278a41..5567dca 100644 --- a/Makefile +++ b/Makefile @@ -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") diff --git a/package.json b/package.json index d3adfa8..36886ae 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "license": "Apache-2.0", "devDependencies": { "@types/jest": "^18.1.1", - "@types/node": "^10.12.0", + "@types/node": "^12.12.24", "babel-eslint": "^7.1.1", "eslint": "3.14.1", "eslint-config-airbnb": "^5.0.1",