diff --git a/package.json b/package.json index 9f1e07a..4f84692 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "private": true, "type": "module", "license": "AGPL-3.0-or-later", + "engines": { + "node": ">=22.16.0" + }, "scripts": { "build": "nuxt build", "dev": "nuxt dev", diff --git a/yarn.lock b/yarn.lock index f0f5195..d6bd269 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2898,7 +2898,7 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.18.tgz#529f24a88d3ed678d50fd5c07455841fbe8ac95e" integrity sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA== -"@vueuse/core@13.6.0", "@vueuse/core@^13.6.0": +"@vueuse/core@13.6.0": version "13.6.0" resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-13.6.0.tgz#4137f63dc4cef2ff8ae74ee146d6b6070d707878" integrity sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==