Skip to content

Commit 48a687d

Browse files
committed
chore: force Node 24 for GitHub Actions
1 parent b769d19 commit 48a687d

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
schedule:
1212
- cron: '0 8 * * *'
1313

14+
env:
15+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
16+
1417
jobs:
1518
lockfile:
1619
name: Lockfile guard

.github/workflows/claude.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
pull_request_review:
1111
types: [submitted]
1212

13+
env:
14+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
15+
1316
jobs:
1417
check-permissions:
1518
runs-on: ubuntu-latest

.github/workflows/docker-mcp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
description: 'MCP server version to build (e.g. 0.3.8)'
1010
required: true
1111

12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
14+
1215
jobs:
1316
docker:
1417
name: Build and push MCP server image

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
10+
811
jobs:
912
release:
1013
name: Changesets release

0 commit comments

Comments
 (0)