We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b570e8 commit ef07d68Copy full SHA for ef07d68
2 files changed
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
10
env:
11
CARGO_TERM_COLOR: always
12
+ # Run JavaScript actions on Node.js 24 (Node 20 deprecates Sep 2026).
13
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14
15
jobs:
16
check:
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
7
8
publish:
0 commit comments