Skip to content

Commit 7779d48

Browse files
committed
Replace verbose FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 comment with blog URL
1 parent eedf95a commit 7779d48

5 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/anchor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ env:
1515
MAX_JOBS: 64
1616
MIN_PROJECTS_PER_JOB: 4
1717
MIN_PROJECTS_FOR_MATRIX: 4
18-
# Force all JavaScript-based actions to use Node.js 24 runtime.
19-
# Node.js 20 actions are deprecated and will stop working June 2026.
20-
# This catches composite actions whose internal dependencies still reference @v4.
18+
# See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2119
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2220

2321
jobs:

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ on:
1515
- main
1616

1717
env:
18-
# Force all JavaScript-based actions to use Node.js 24 runtime.
19-
# Node.js 20 actions are deprecated and will stop working June 2026.
20-
# This catches composite actions whose internal dependencies still reference @v4.
18+
# See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2119
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2220

2321
# A workflow run is made up of one or more jobs, which run in parallel by default

.github/workflows/solana-native.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ env:
1515
MAX_JOBS: 64
1616
MIN_PROJECTS_PER_JOB: 4
1717
MIN_PROJECTS_FOR_MATRIX: 4
18-
# Force all JavaScript-based actions to use Node.js 24 runtime.
19-
# Node.js 20 actions are deprecated and will stop working June 2026.
20-
# This catches composite actions whose internal dependencies still reference @v4.
18+
# See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2119
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2220

2321
jobs:

.github/workflows/solana-pinocchio.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ env:
1515
MAX_JOBS: 64
1616
MIN_PROJECTS_PER_JOB: 4
1717
MIN_PROJECTS_FOR_MATRIX: 4
18-
# Force all JavaScript-based actions to use Node.js 24 runtime.
19-
# Node.js 20 actions are deprecated and will stop working June 2026.
20-
# This catches composite actions whose internal dependencies still reference @v4.
18+
# See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2119
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2220

2321
jobs:

.github/workflows/typescript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- main
1111

1212
env:
13+
# See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
1314
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1415

1516
jobs:

0 commit comments

Comments
 (0)