Skip to content

Commit 1cdfea6

Browse files
obezpalkoclaude
andcommitted
ci: opt into Node.js 24 for GitHub Actions runners
Suppresses Node.js 20 deprecation warnings ahead of the June 2026 forced migration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 440b96f commit 1cdfea6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
IMAGE: ghcr.io/${{ github.repository }}
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1213

1314
jobs:
1415
# ── Build each platform on its native runner in parallel ─────────────────

.github/workflows/helm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- '.github/workflows/helm.yml'
1010
workflow_dispatch:
1111

12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14+
1215
jobs:
1316
oci:
1417
name: Publish to GHCR (OCI)

0 commit comments

Comments
 (0)