Skip to content

Commit 9621261

Browse files
CopilotTechWatching
andcommitted
chore: add engines.node constraint for Nuxt 4.4.2 minimum requirements
Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/a4cd01bc-bc9c-4262-9fde-247ad3137c6c Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
1 parent 45706cb commit 9621261

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"typescript": "^5.6.3",
4848
"vue-tsc": "^3.2.6"
4949
},
50-
"packageManager": "pnpm@10.33.0"
50+
"packageManager": "pnpm@10.33.0",
51+
"engines": {
52+
"node": "^20.19.0 || >=22.12.0"
53+
}
5154
}

0 commit comments

Comments
 (0)