Skip to content

Commit ff7abcd

Browse files
authored
Update README to include Node.js 24 support details and requirements (#2248)
* Update README to include Node.js 24 support details and requirements * Update
1 parent 08c6903 commit ff7abcd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# Checkout V5
44

5-
Checkout v5 now supports Node.js 24
5+
## What's new
6+
7+
- Updated to the node24 runtime
8+
- This requires a minimum Actions Runner version of [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) to run.
9+
610

711
# Checkout V4
812

@@ -154,9 +158,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
154158
# Scenarios
155159
156160
- [Checkout V5](#checkout-v5)
161+
- [What's new](#whats-new)
157162
- [Checkout V4](#checkout-v4)
158163
- [Note](#note)
159-
- [What's new](#whats-new)
164+
- [What's new](#whats-new-1)
160165
- [Usage](#usage)
161166
- [Scenarios](#scenarios)
162167
- [Fetch only the root files](#fetch-only-the-root-files)

0 commit comments

Comments
 (0)