Skip to content

Commit ecb29a0

Browse files
committed
Relax version requirements for npm
The strict version causes issues on GitHub CI when running on Windows, as we require a strict 11.6.2 version but the installed version is 11.8.0: - https://github.com/alphagov/govuk-frontend/actions/runs/22199182869/job/64207330184?pr=6756 - https://github.com/alphagov/govuk-frontend/actions/runs/22193376028/job/64187136429?pr=6755 This is because the container runs Node 24.13.1, which now comes with npm 11.8.0: nodejs/node#61466 (via https://nodejs.org/en/blog/release/v24.13.1).
1 parent 5dd404a commit ecb29a0

11 files changed

Lines changed: 41 additions & 60 deletions

File tree

docs/examples/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Boilerplate example for govuk-frontend using webpack",
55
"engines": {
66
"node": "^24.11.0",
7-
"npm": "11.6.2"
7+
"npm": "^11.6.2"
88
},
99
"scripts": {
1010
"dev": "webpack serve --progress --mode development",

0 commit comments

Comments
 (0)