Skip to content

Commit

Permalink
docs: update node version information (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Jun 1, 2023
1 parent 9c5c8ee commit 52f1c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ It's also important to implement a way to switch back to full deployment in case

The plugin requires git command line on the running environment.

**Node v14.6.0 or above is required**.
To check if Salesforce CLI runs under a supported node version for SGD, run `sfdx --version`. You should see a node version above v.14.6.0 to use SGD.
**Node v16.20.0 or above is required**.
To check if Salesforce CLI runs under a supported node version for SGD, run `sfdx --version`. You should see a node version above v.16.20.0 to use SGD.

If you encounter this issue whereas the node version is OK on the running environment, try to [install the Salesforce CLI via npm](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm#sfdx_setup_install_cli_npm) (`npm install sfdx-cli --global`).

Expand Down

0 comments on commit 52f1c19

Please sign in to comment.