Skip to content

Commit

Permalink
following on from aws#7290 - found a few stragglers that we missed
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks authored Apr 10, 2020
1 parent dc82de8 commit 65ed43d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and let us know if it's not up-to-date (even better, submit a PR with your corr
## Getting Started

For day-to-day development and normal contributions, the following SDKs and tools are required:
- [Node.js 10.3.0](https://nodejs.org/download/release/latest-v10.x/)
- [Node.js 10.12.0](https://nodejs.org/download/release/latest-v10.x/)
- [Yarn >= 1.19.1](https://yarnpkg.com/lang/en/docs/install)
- [Java OpenJDK 8](http://openjdk.java.net/install/)
- [.NET Core SDK 3.0](https://www.microsoft.com/net/download)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on AWS.

## At a glance

Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 10.3.0](https://nodejs.org/download/release/latest-v10.x/)):
Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 10.12.0](https://nodejs.org/download/release/latest-v10.x/)):

```bash
$ npm i -g aws-cdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function main() {
'@aws-cdk/core': version,
},
engines: {
node: '>= 10.3.0'
node: '>= 10.12.0'
},
stability: 'experimental',
awscdkio: {
Expand Down
2 changes: 1 addition & 1 deletion packages/monocdk-experiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
},
"homepage": "https://github.com/aws/aws-cdk",
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
}
}
2 changes: 1 addition & 1 deletion tools/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"cdk"
],
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
}
}

0 comments on commit 65ed43d

Please sign in to comment.