Skip to content

Commit 4b89cdf

Browse files
build(deps): declare Node >=20 engine requirement for /ui
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bd10684 commit 4b89cdf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ui/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"private": true,
55
"type": "module",
66
"description": "MCP App UIs for github-mcp-server using Primer React",
7+
"engines": {
8+
"node": ">=20"
9+
},
710
"scripts": {
811
"build": "npm run build:get-me && npm run build:issue-write && npm run build:pr-write",
912
"build:get-me": "cross-env APP=get-me vite build",

0 commit comments

Comments
 (0)