Skip to content

Commit

Permalink
Merge pull request #50 from alfonsograziano/fix/min-node-version
Browse files Browse the repository at this point in the history
Changed min Node version in docs
  • Loading branch information
simoneb authored Jan 2, 2024
2 parents 3d4ec26 + 515706d commit f4f69e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metaData:

Before you get started with Clinic.js, first let's make sure we install it on our machines and run a couple of tests just to make sure everything is working fine. Let's follow these steps to kick off:

**1.** Note: You must use a version of Node.js `>= 8.11.1`
**1.** Note: You must use a version of Node.js `>= 16`

```bash
npm install -g clinic
Expand Down

0 comments on commit f4f69e8

Please sign in to comment.