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: docs/contributing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
Thanks for taking the time to contribute! This project is a small, focused CLI (with a thin Nx executor) that fetches specific files from remote Git repositories and records provenance.
4
4
5
5
-**Binary**: `git-file-fetch`
6
-
-**Node**: >= 20 (supports 20, 22, 23, 24)
6
+
-**Node**: >= 22 (supports 22, 23, 24)
7
7
-**Packages**: TypeScript, ESLint, Prettier
8
8
9
9
## Getting started
10
10
11
11
- Fork and clone the repo
12
-
- Ensure you have Node 20/22/23/24 available and `pnpm` installed
12
+
- Ensure you have Node 22/23/24 available and `pnpm` installed
0 commit comments