Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ You can use Docker and the `wp-env` tool to set up a local development environme
2. Change into the project folder and install the development dependencies:

```bash
## If you're using NVM, make sure to use the correct Node.js version:
nvm use
## If you're using nvm, make sure to use the correct Node.js version:
nvm install && nvm use

## Then install the NPM dependencies:
npm install
Expand Down