Skip to content

Commit

Permalink
Update Node.js to v20.18.0 (#403)
Browse files Browse the repository at this point in the history
* Update Node.js to v20.18.0

* Test using the same version of node as application runs with

* Update dependencies, but fix DPR lib at version 3.26.8 because 3.26.9 & 3.26.10 try to include an additional copy of MoJ frontend lib which fails to compile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Igor <[email protected]>
  • Loading branch information
renovate[bot] and ushkarev authored Oct 7, 2024
1 parent 80195cf commit 0bfeac6
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:

node-version:
type: string
default: 20.17-browsers
default: 20.18-browsers
description: cimg/node docker image tag
redis-version:
type: string
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage: base image
FROM node:20.17-bookworm-slim AS base
FROM node:20.18-bookworm-slim AS base

ARG BUILD_NUMBER
ARG GIT_REF
Expand Down
124 changes: 62 additions & 62 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
]
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.664.0",
"@aws-sdk/client-sqs": "^3.665.0",
"@ministryofjustice/frontend": "^2.2.4",
"@ministryofjustice/hmpps-digital-prison-reporting-frontend": "^3.26.8",
"@ministryofjustice/hmpps-digital-prison-reporting-frontend": "3.26.8",
"@ministryofjustice/hmpps-non-associations-api": "https://github.com/ministryofjustice/hmpps-non-associations-api/releases/download/node-client-0.4.0/node-client.tgz",
"agentkeepalive": "^4.5.0",
"applicationinsights": "^2.9.6",
Expand Down

0 comments on commit 0bfeac6

Please sign in to comment.