Skip to content

Commit 81b1b8f

Browse files
committed
Update Node.js version to 24 in release workflow
1 parent df68815 commit 81b1b8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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

0 commit comments

Comments
 (0)