Skip to content

Commit 0332416

Browse files
Update Node.js to v20.18.0 (#850)
* Update Node.js to v20.18.0 * Test using the same version of node as application runs with * Update dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor <igor.ushkarev@digital.justice.gov.uk>
1 parent 7028bb9 commit 0332416

File tree

4 files changed

+63
-63
lines changed

4 files changed

+63
-63
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515

1616
node-version:
1717
type: string
18-
default: 20.17-browsers
18+
default: 20.18-browsers
1919
description: cimg/node docker image tag
2020
redis-version:
2121
type: string

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage: base image
2-
FROM node:20.17-bookworm-slim AS base
2+
FROM node:20.18-bookworm-slim AS base
33

44
ARG BUILD_NUMBER=2022-01-07.1.ef03202
55
ARG GIT_REF=unknown

package-lock.json

+59-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
]
8383
},
8484
"dependencies": {
85-
"@aws-sdk/client-s3": "^3.664.0",
86-
"@aws-sdk/client-sqs": "^3.664.0",
85+
"@aws-sdk/client-s3": "^3.665.0",
86+
"@aws-sdk/client-sqs": "^3.665.0",
8787
"@ministryofjustice/frontend": "^2.2.4",
8888
"agentkeepalive": "^4.5.0",
8989
"applicationinsights": "^2.9.6",

0 commit comments

Comments
 (0)