Skip to content

Commit 59bfeb2

Browse files
author
Owen Jones
committed
Replace references to node 22 with node 24
1 parent d808354 commit 59bfeb2

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

docs/v13/documentation/install/getting-started-advanced.md.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Prototype Kit runs in Node.js. It is built on the [Express framework](http:/
99

1010
## Requirements
1111

12-
Node.js LTS version 22.x.x
12+
Node.js LTS version 24.x.x
1313

1414
## Create a prototype
1515

docs/v13/documentation/install/node-linux.md.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ heading: Install Node.js (Linux)
44
caption: Create a prototype for new users
55
---
66

7-
The kit is designed to work with Node.js version 22 and above.
7+
The kit is designed to work with Node.js version 24 and above.
88

99
### Check if you have Node.js
1010

@@ -14,13 +14,13 @@ node --version
1414
```
1515
If it says `command not found` you do not have Node and will need to download and install it.
1616

17-
If the version number starts with 22 you have the correct version installed.
17+
If the version number starts with 24 you have the correct version installed.
1818

19-
If it starts with a number lower than 22, you need to download and install version 22.
19+
If it starts with a number lower than 24, you need to download and install version 24.
2020

2121
### Download and install Node.js
2222

23-
[Follow the Linux instructions on the Node.js. website](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions). Make sure you get version 22.
23+
[Follow the Linux instructions on the Node.js. website](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions). Make sure you get version 24.
2424

2525
### Once Node is installed
2626

@@ -31,7 +31,7 @@ To check it's installed correctly you can again run:
3131
node --version
3232
```
3333

34-
If it’s installed correctly it should show a number starting with 22.
34+
If it’s installed correctly it should show a number starting with 24.
3535

3636
{% from "govuk/components/pagination/macro.njk" import govukPagination %}
3737
{{ govukPagination({

docs/v13/documentation/install/node-mac.md.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ heading: Install Node.js (Mac)
44
caption: Create a prototype for new users
55
---
66

7-
The kit is designed to work with Node.js version 22 and above.
7+
The kit is designed to work with Node.js version 4 and above.
88

99
### Check if you have Node.js
1010

@@ -14,13 +14,13 @@ node --version
1414
```
1515
If it says `command not found` you do not have Node and will need to download and install it.
1616

17-
If the version number starts with 22 you have the correct version installed.
17+
If the version number starts with 24 you have the correct version installed.
1818

19-
If it starts with a number lower than 22, you need to download and install version 22.
19+
If it starts with a number lower than 24, you need to download and install version 24.
2020

2121
### Download and install Node.js
2222

23-
[Download version 22 from the Node.js website.](https://nodejs.org/en/)
23+
[Download version 24 from the Node.js website.](https://nodejs.org/en/)
2424

2525
Run the installer with all default options.
2626

@@ -33,7 +33,7 @@ To check it's installed correctly you can again run:
3333
node --version
3434
```
3535

36-
If it’s installed correctly it should show a number starting with 22.
36+
If it’s installed correctly it should show a number starting with 24.
3737

3838
{% from "govuk/components/pagination/macro.njk" import govukPagination %}
3939
{{ govukPagination({

docs/v13/documentation/install/node-windows.md.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ heading: Install Node.js (Windows)
44
caption: Create a prototype for new users
55
---
66

7-
The kit is designed to work with Node.js version 22 and above.
7+
The kit is designed to work with Node.js version 24 and above.
88

99
### Check if you have Node.js
1010

@@ -14,13 +14,13 @@ node --version
1414
```
1515
If it says `command not found` or `Error 0x2 starting node.exe --version` you do not have Node and will need to download and install it.
1616

17-
If the version number starts with 22 you have the correct version installed.
17+
If the version number starts with 24 you have the correct version installed.
1818

19-
If it starts with a number lower than 22, you need to download and install version 22.
19+
If it starts with a number lower than 24, you need to download and install version 24.
2020

2121
### Download and install Node.js
2222

23-
[Download version 22 from the Node.js website.](https://nodejs.org/en/)
23+
[Download version 24 from the Node.js website.](https://nodejs.org/en/)
2424

2525
Run the installer with all default options.
2626

@@ -33,7 +33,7 @@ To check it is installed correctly you can again run:
3333
node --version
3434
```
3535

36-
If it’s installed correctly it should show a number starting with 22.
36+
If it’s installed correctly it should show a number starting with 24.
3737

3838
{% from "govuk/components/pagination/macro.njk" import govukPagination %}
3939
{{ govukPagination({

docs/v13/documentation/migrate-an-existing-prototype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ heading: Migrate an existing prototype to version 13
33
title: Migrate an existing prototype to version 13
44
---
55

6-
1. If you do not already have it, [install Node.js version 22](https://nodejs.org/en).
6+
1. If you do not already have it, [install Node.js version 24](https://nodejs.org/en).
77

88
2. In the terminal, change to your prototype folder.
99

docs/v13/documentation/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There is a new approach to routes, templates and layouts:
4949

5050
### Using Node.js
5151

52-
The Prototype Kit no longer supports versions 12, 14 or 16 of Node.js. We recommend you update to the latest LTS version Node.js 22.
52+
The Prototype Kit no longer supports versions 12, 14 or 16 of Node.js. We recommend you update to the latest LTS version Node.js 24.
5353

5454
### GOV.UK Frontend
5555
When creating a new prototype, you will always have the latest version of GOV.UK Frontend.

0 commit comments

Comments
 (0)