Skip to content

Commit

Permalink
docs(setup): fix link to node versions (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Oct 30, 2023
1 parent de154da commit 4ab9d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setting-up-a-gucdk-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requirements:
Match this to the repository. A `package-lock.json` file means `npm` is used, a `yarn.lock` file means `yarn` is used.
If the repository has neither file, and there is no strong convention in your team, we recommend npm.
- Familiarity with the repository's CI process.
- Use of a recent version of Node. We recommend the [latest LTS version](https://nodejs.org/en/about/releases/).
- Use of a recent version of Node. We recommend the [latest LTS version](https://nodejs.org/en/about/previous-releases).

## Creating a new project
GuCDK provides a CLI tool to create a new project.
Expand Down

0 comments on commit 4ab9d35

Please sign in to comment.