Skip to content

Commit 018afa3

Browse files
authored
Merge pull request #6 from aws4embeddedlinux/node-version-advisory
Add node version advisory to readme.
2 parents f000a25 + ef7d826 commit 018afa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This repository shows ways to use the [aws4embeddedlinux-ci](https://github.com/
66
In order to use these examples, you must set up the [CDK](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html), including
77
installing the CDK tool and bootstrapping the account you wish to deploy to. Additionally, you must have [Node](https://nodejs.org/en/) installed.
88

9+
> [!NOTE]
10+
> This library is tested against Node Versions 16, 18, and 20. If these versions are not available for your system, we recommend
11+
> using [NVM](https://github.com/nvm-sh/nvm) to install a compatible version.
12+
913
### Clone and Setup NPM Project
1014
```bash
1115
git clone https://github.com/aws4embeddedlinux/aws4embeddedlinux-ci-examples.git

0 commit comments

Comments
 (0)