Skip to content

Commit

Permalink
Change node and @types/node version so mongo will build #2559
Browse files Browse the repository at this point in the history
This puts us onto the current LTS release of node in curator-service.

An alternative was to update to mongo 4.3+ but that meant updating typescript too
  • Loading branch information
iamleeg committed Apr 19, 2022
1 parent 97a5ca0 commit 6c38e7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion verification/curator-service/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dev docker file for curator service.
FROM node:14.17.1
FROM node:16.14.2

# set the version (this should be set from outside)
ARG CURATOR_VERSION
Expand Down
16 changes: 8 additions & 8 deletions verification/curator-service/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions verification/curator-service/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/express-session": "^1.17.0",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.161",
"@types/node": "^16.11.27",
"@types/node": "^17.0.0",
"@types/nodemailer": "^6.4.0",
"@types/passport": "^1.0.4",
"@types/passport-google-oauth20": "^2.0.4",
Expand Down Expand Up @@ -109,6 +109,6 @@
]
},
"engines": {
"node": "14.17.1"
"node": "16.14.2"
}
}

0 comments on commit 6c38e7d

Please sign in to comment.