Skip to content

Commit 78c3571

Browse files
committed
Bump Node version to 18
1 parent 465ad3d commit 78c3571

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Contributions are welcome! Here's how you can help improve XcodeBuildMCP.
88

99
In addition to the prerequisites mentioned in the [Getting started](README.md/#getting-started) section of the README, you will also need:
1010

11-
- Node.js (v16 or later)
11+
- Node.js (v18 or later)
1212
- npm
1313

1414
#### Optional: Enabling UI Automation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The XcodeBuildMCP server provides the following tool capabilities:
6464
### Prerequisites
6565

6666
- macOS 14.5 or later
67-
- Xcode 16.x or later
67+
- Xcode 18.x or later
6868
- mise
6969

7070
### One-line setup with mise

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
node = "16"
2+
node = "18"
33
python = "3.11"
44

55
[env]

0 commit comments

Comments
 (0)