Skip to content

Commit 07e4ef2

Browse files
Upgrade to Node.js 22
1 parent 99ca54e commit 07e4ef2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.browserslistrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ iOS >= 11
99
IE 11
1010

1111
[node]
12-
node 20
12+
node 22

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
lts/jod

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "9.3.0",
44
"description": "NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.",
55
"engines": {
6-
"node": ">=20.0.0"
6+
"node": "^22.11.0"
77
},
88
"scripts": {
99
"postinstall": "playwright install chromium --with-deps --only-shell",

0 commit comments

Comments
 (0)