You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@ We have prepared a short guide so that the process of making your contribution i
20
20
Before you start, ensure that you have the necessary dependencies for developing and building the action. Without the required dependencies, building or testing the action locally will fail.
21
21
22
22
-[node](https://nodejs.org/en): JavaScript runtime environment used for the GitHub action development
23
-
- Recommended version ">=20.18"
24
-
- Download and install from https://nodejs.org/en/download
23
+
- Recommended version ">=24"
24
+
- Download and install from <https://nodejs.org/en/download>
25
25
- Alternative: install and manage node versions with [`nvm`](https://github.com/nvm-sh/nvm)
26
26
-[yarn](https://yarnpkg.com):
27
27
- Recommended version: "Classic Stable: v1.22.22"
28
28
- Install and manage yarn through Corepack (requires node > "v16.9.x0")
0 commit comments