What is the minimum Node version supported by GOV.UK Frontend v5? #4353
Labels
awaiting triage
Needs triaging by team
🐛 bug
Something isn't working the way it should (including incorrect wording in documentation)
The
package.json
forgovuk-frontend
suggests it is v4.2.0:govuk-frontend/packages/govuk-frontend/package.json
Line 27 in 72c543a
This seems unlikely at the best of times given the wondrous world of dependencies in Node, but my suspicion that this is incorrect was further heightened when I spotted that
rollup
v4.1.4 is listed as a dependency, and that only supports Node versions greater than 18.Does the
engines.node
value inpackage.json
need to be updated, and is v18 (moving to maintenance in the coming days) the correct minimum supported version?The text was updated successfully, but these errors were encountered: