diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..ad50938 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +lts/erbium \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index b122425..3cf2cd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM instructure/node-passenger:10 +FROM instructure/node-passenger:12 COPY . /usr/src/app RUN npm install diff --git a/package.json b/package.json index c6548a4..24827b3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.14.0", "description": "An API for proxying requests by the RCE to Canvas and other services.", "engines": { - "node": "^10", + "node": "^12", "npm": "^6" }, "mocha": {