Commit ecb29a0
committed
Relax version requirements for
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).npm
1 parent 5dd404a commit ecb29a0
11 files changed
Lines changed: 41 additions & 60 deletions
File tree
- docs/examples/webpack
- packages/govuk-frontend-review
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments