File tree Expand file tree Collapse file tree 6 files changed +98
-104
lines changed Expand file tree Collapse file tree 6 files changed +98
-104
lines changed Original file line number Diff line number Diff line change 1
- 20.15.1
1
+ 22.14.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ templates:
12
12
amiEncrypted : true
13
13
amiTags :
14
14
# 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
16
16
AmigoStage : PROD
17
17
deployments :
18
18
mobile-apps-rendering-cfn :
Original file line number Diff line number Diff line change 1
1
# This container is used in our CICD pipelines for running E2E and regression tests.
2
2
# Keep the Node version in sync with `.nvmrc`
3
- FROM node:20.15.1 -alpine
3
+ FROM node:22.14.0 -alpine
4
4
5
5
WORKDIR /opt/app/dotcom-rendering/dotcom-rendering
6
6
Original file line number Diff line number Diff line change 92
92
"@types/k6" : " 0.52.0" ,
93
93
"@types/lodash.debounce" : " 4.0.7" ,
94
94
"@types/lodash.get" : " 4.4.9" ,
95
- "@types/node" : " 20 .14.10 " ,
95
+ "@types/node" : " 22 .14.1 " ,
96
96
"@types/qs" : " 6.9.15" ,
97
97
"@types/react" : " 18.3.1" ,
98
98
"@types/react-dom" : " 18.3.0" ,
107
107
"@types/trusted-types" : " 2.0.7" ,
108
108
"@types/twitter-for-web" : " 0.0.6" ,
109
109
"@types/webpack-bundle-analyzer" : " 4.7.0" ,
110
- "@types/webpack-env" : " 1.18.5 " ,
110
+ "@types/webpack-env" : " 1.18.8 " ,
111
111
"@types/webpack-node-externals" : " 3.0.4" ,
112
112
"@types/youtube" : " 0.0.50" ,
113
113
"ajv" : " 8.17.1" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ templates:
10
10
amiEncrypted : true
11
11
amiTags :
12
12
# 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
14
14
AmigoStage : PROD
15
15
deployments :
16
16
frontend-static :
You can’t perform that action at this time.
0 commit comments