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: README.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
@@ -4,7 +4,7 @@ Deploy WordPress plugin and theme to the WordPress.org plugin and theme director
4
4
5
5
## Install
6
6
7
-
Requires **Node 20 or later**.
7
+
Requires **Node 22 or later**.
8
8
9
9
```sh
10
10
npm install --save-dev wp-deployer
@@ -76,7 +76,7 @@ In `package.json`:
76
76
77
77
## Development
78
78
79
-
Contributors: use **Node 20 or later** (see `engines` in `package.json`). If you use [nvm](https://github.com/nvm-sh/nvm), run `nvm use` in the project root to pick the version from `.nvmrc`.
79
+
Contributors: use **Node 22 or later** (see `engines` in `package.json`). If you use [nvm](https://github.com/nvm-sh/nvm), run `nvm use` in the project root to pick the version from `.nvmrc`.
0 commit comments