Skip to content

Commit 305d3fc

Browse files
committed
chore: document minimum pnpm and node versions
1 parent c8c1726 commit 305d3fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ This project is written with [TypeScript](https://www.typescriptlang.org/), a su
99

1010
## Developing
1111

12-
codemod expects at least node 16 and pnpm. You can check each of these with `node -v` and `pnpm -v`. Look for instructions on installing node [here](https://nodejs.org) and pnpm [here](https://pnpm.io/).
12+
codemod expects at least node 18 and pnpm 10. You can check each of these with `node -v` and `pnpm -v`. Look for instructions on installing node [here](https://nodejs.org) and pnpm [here](https://pnpm.io/).
13+
As long as you have pnpm 10 or later installed globally, pnpm will automatically run the version of pnpm specified in the `packageManager` field in `package.json`.
1314

1415
### Setup
1516

0 commit comments

Comments
 (0)