Skip to content

Commit 9a4a35c

Browse files
Merge pull request #13799 from guardian/upgrade-node
Upgrade Node to latest LTS v22.14.0
2 parents f2f1094 + feb997f commit 9a4a35c

File tree

6 files changed

+98
-104
lines changed

6 files changed

+98
-104
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.1
1+
22.14.0

apps-rendering/riff-raff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ templates:
1212
amiEncrypted: true
1313
amiTags:
1414
# Keep the Node version in sync with `.nvmrc`
15-
Recipe: apps-rendering-ARM-jammy-node-20.15.1
15+
Recipe: apps-rendering-ARM-jammy-node-22.14.0
1616
AmigoStage: PROD
1717
deployments:
1818
mobile-apps-rendering-cfn:

dotcom-rendering/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This container is used in our CICD pipelines for running E2E and regression tests.
22
# Keep the Node version in sync with `.nvmrc`
3-
FROM node:20.15.1-alpine
3+
FROM node:22.14.0-alpine
44

55
WORKDIR /opt/app/dotcom-rendering/dotcom-rendering
66

dotcom-rendering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/k6": "0.52.0",
9393
"@types/lodash.debounce": "4.0.7",
9494
"@types/lodash.get": "4.4.9",
95-
"@types/node": "20.14.10",
95+
"@types/node": "22.14.1",
9696
"@types/qs": "6.9.15",
9797
"@types/react": "18.3.1",
9898
"@types/react-dom": "18.3.0",
@@ -107,7 +107,7 @@
107107
"@types/trusted-types": "2.0.7",
108108
"@types/twitter-for-web": "0.0.6",
109109
"@types/webpack-bundle-analyzer": "4.7.0",
110-
"@types/webpack-env": "1.18.5",
110+
"@types/webpack-env": "1.18.8",
111111
"@types/webpack-node-externals": "3.0.4",
112112
"@types/youtube": "0.0.50",
113113
"ajv": "8.17.1",

dotcom-rendering/scripts/deploy/riff-raff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ templates:
1010
amiEncrypted: true
1111
amiTags:
1212
# Keep the Node version in sync with `.nvmrc`
13-
Recipe: dotcom-rendering-ARM-jammy-node-20.15.1
13+
Recipe: dotcom-rendering-ARM-jammy-node-22.14.0
1414
AmigoStage: PROD
1515
deployments:
1616
frontend-static:

0 commit comments

Comments
 (0)