Skip to content

Commit ef07d68

Browse files
committed
ci: force Node.js 24 for JavaScript actions
1 parent 5b570e8 commit ef07d68

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12+
# Run JavaScript actions on Node.js 24 (Node 20 deprecates Sep 2026).
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1214

1315
jobs:
1416
check:

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10+
# Run JavaScript actions on Node.js 24 (Node 20 deprecates Sep 2026).
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1012

1113
jobs:
1214
publish:

0 commit comments

Comments
 (0)