File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ permissions:
2121
2222env :
2323 UNIRTM_LOCKED : 1
24+ # Opt into Node.js 24 now ahead of GitHub's June 16, 2026 forced migration.
25+ # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
26+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " 1"
2427
2528jobs :
2629 # 1. Project Verification Stage (Verify)
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ permissions:
2222
2323env :
2424 UNIRTM_LOCKED : 1
25+ # Opt into Node.js 24 now ahead of GitHub's June 16, 2026 forced migration.
26+ # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
27+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " 1"
2528
2629jobs :
2730 # 0. Security Guard Stage (PR Only)
Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ name: "🤖 Dependabot Smart Sync"
4646
4747permissions : {}
4848
49+ env :
50+ UNIRTM_LOCKED : 1
51+ # Opt into Node.js 24 now ahead of GitHub's June 16, 2026 forced migration.
52+ # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
53+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " 1"
54+
4955jobs :
5056 sync :
5157 name : " 🔄 Sync Dependabot Config"
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ permissions: {}
147147
148148env :
149149 UNIRTM_LOCKED : 1
150+ # Opt into Node.js 24 now ahead of GitHub's June 16, 2026 forced migration.
151+ # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
152+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " 1"
150153
151154jobs :
152155 goreleaser :
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ permissions:
1111 contents : read
1212 issues : write
1313
14+ env :
15+ UNIRTM_LOCKED : 1
16+ # Opt into Node.js 24 now ahead of GitHub's June 16, 2026 forced migration.
17+ # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
18+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " 1"
19+
1420jobs :
1521 audit :
1622 name : " 🔍 Full Security Audit"
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ permissions: {}
3434
3535env :
3636 UNIRTM_LOCKED : 1
37+ # Opt into Node.js 24 now ahead of GitHub's June 16, 2026 forced migration.
38+ # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
39+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : " 1"
3740
3841jobs :
3942 build :
You can’t perform that action at this time.
0 commit comments