diff --git a/package-lock.json b/package-lock.json index 53fda44..363ae34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "prettier-plugin-toml": "2.0.5" }, "engines": { - "node": "20.x" + "node": "22.x" } }, "node_modules/@financial-times/origami-service-makefile": { diff --git a/package.json b/package.json index 68266bb..da3b3f9 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier-plugin-toml": "2.0.5" }, "engines": { - "node": "20.x" + "node": "22.x" } }