diff --git a/framework-boilerplates/preact/package.json b/framework-boilerplates/preact/package.json index 1104525894..94dfb41b7b 100644 --- a/framework-boilerplates/preact/package.json +++ b/framework-boilerplates/preact/package.json @@ -8,7 +8,7 @@ "test": "jest" }, "engines": { - "node": "18.x" + "node": "22.x" }, "eslintConfig": { "extends": "preact", diff --git a/framework-boilerplates/vue/package.json b/framework-boilerplates/vue/package.json index 71ffb919cd..7cee5bd1ad 100644 --- a/framework-boilerplates/vue/package.json +++ b/framework-boilerplates/vue/package.json @@ -6,7 +6,7 @@ "lint": "vue-cli-service lint" }, "engines": { - "node": "18.x" + "node": "22.x" }, "dependencies": { "core-js": "^3.30.2",