Skip to content

Commit 77f0da1

Browse files
chore(actions): update github actions to v24.18.0 (#1723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f516467 commit 77f0da1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/mcp-release-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2929
with:
30-
node-version: 24.17.0
30+
node-version: 24.18.0
3131

3232
- name: Check MCP release status
3333
env:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3131
with:
32-
node-version: 24.17.0
32+
node-version: 24.18.0
3333
registry-url: https://registry.npmjs.org
3434

3535
- name: Verify release tag

.github/workflows/release-selfhost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5252
with:
53-
node-version: "24"
53+
node-version: "24.18.0"
5454
cache: "npm"
5555

5656
- name: Install deps

.github/workflows/selfhost.yml

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

6161
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6262
with:
63-
node-version: "24"
63+
node-version: "24.18.0"
6464
cache: "npm"
6565

6666
- name: Install deps

.github/workflows/ui-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: steps.cfg.outputs.ready == 'true'
6464
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6565
with:
66-
node-version: 24.17.0
66+
node-version: 24.18.0
6767

6868
- name: Install trusted Wrangler
6969
if: steps.cfg.outputs.ready == 'true'

.github/workflows/upstream-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2727
with:
28-
node-version: 24.17.0
28+
node-version: 24.18.0
2929
cache: npm
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)