Skip to content

Commit 51e44f3

Browse files
ailenshenclaude
andcommitted
ci: force Node.js 24 for GitHub Actions
actions/checkout@v4 and astral-sh/setup-uv@v5 run on Node.js 20 which is deprecated. Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true to use Node 24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8a43e64 commit 51e44f3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- 'example/**'
1010
- '**.md'
1111

12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14+
1215
jobs:
1316
build:
1417
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
env:
8+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
9+
710
jobs:
811
build:
912
name: Build distribution

0 commit comments

Comments
 (0)