File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 - uses : actions/setup-node@v4
7373 with :
74- node-version : " 22 "
74+ node-version : " 24 "
7575 registry-url : " https://registry.npmjs.org"
7676
7777 - name : Install dependencies
@@ -108,7 +108,7 @@ jobs:
108108
109109 - uses : actions/setup-node@v4
110110 with :
111- node-version : " 22 "
111+ node-version : " 24 "
112112 registry-url : " https://registry.npmjs.org"
113113
114114 - name : Replace local SDK reference with registry version
@@ -165,7 +165,7 @@ jobs:
165165
166166 - uses : actions/setup-node@v4
167167 with :
168- node-version : " 22 "
168+ node-version : " 24 "
169169 registry-url : " https://registry.npmjs.org"
170170
171171 - name : Replace local MCP reference with registry version
@@ -222,7 +222,7 @@ jobs:
222222
223223 - uses : actions/setup-node@v4
224224 with :
225- node-version : " 22 "
225+ node-version : " 24 "
226226 registry-url : " https://registry.npmjs.org"
227227
228228 - name : Replace local MCP reference with registry version
You can’t perform that action at this time.
0 commit comments