We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ca53f commit b999e72Copy full SHA for b999e72
1 file changed
.github/workflows/nightly-build.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
27
with:
28
- node-version: '18'
+ node-version: '22'
29
cache: 'npm'
30
cache-dependency-path: 'mcp/package-lock.json'
31
0 commit comments