diff --git a/netlify.toml b/netlify.toml index a39af867..15cd02e5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "dist" [build.environment] - NODE_VERSION = "12.16.2" + NODE_VERSION = "22.17.1" NODE_ENV = "production" [dev] diff --git a/package.json b/package.json index a449c29d..657cbc4e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/jamstack/jamstack.org" }, "engines": { - "node": ">=12" + "node": ">=22" }, "scripts": { "build": "npm-run-all build:html build:css",