Skip to content

Commit 72e8e6e

Browse files
author
Tarek Mahmoud Sayed
committed
Update CI to Node.js 22 for conformance package compatibility
The @modelcontextprotocol/conformance@0.1.16 package uses fs.globSync which requires Node.js 22+.
1 parent 6960dce commit 72e8e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: 🔧 Set up Node.js
5353
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5454
with:
55-
node-version: '20'
55+
node-version: '22'
5656

5757
- name: 📦 Install pinned npm dependencies for tests
5858
run: npm ci

0 commit comments

Comments
 (0)