Skip to content

Commit

Permalink
Update canvas-rce-api to require Node v12
Browse files Browse the repository at this point in the history
closes LS-1711
flag = none

Test plan:
  General regression of old and new RCE functionality. Predominantly:
  - Viewing/adding/editing links
  - Viewing and uploading images and files
  - Searching for and inserting images from Unsplash
  - Viewing, recording, and uploading media via Notorious

Change-Id: Icd0f7274a2b81ef982a95beacdd979160bdfc6a6
Reviewed-on: https://gerrit.instructure.com/c/canvas-rce-api/+/256217
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: Robin Kuss <[email protected]>
QA-Review: Robin Kuss <[email protected]>
Product-Review: Jeff Largent <[email protected]>
  • Loading branch information
rojlarge committed Jan 8, 2021
1 parent 3304dac commit ce97bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/erbium
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM instructure/node-passenger:10
FROM instructure/node-passenger:12
COPY . /usr/src/app
RUN npm install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ce97bbd

Please sign in to comment.