aws / aws-rfdk

The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
https://docs.aws.amazon.com/rfdk/index.html
Apache License 2.0
105 stars 38 forks source link

chore(deps): deprecate NodeJS pre 18.* #1163

Closed jusiskin closed 6 months ago

jusiskin commented 6 months ago

Problem

The mainline branch has an unreleased change that raises the minimum required version of NodeJS from 14.15.018.0.0 for installing the aws-rfdk NPM package. This becomes a breaking change for RFDK users and they would need to perform a NodeJS migration in order to adopt the new version.

Solution

Instead of an immediate breaking change, this PR deprecates support for NodeJS versions earlier to 18.

Testing

Used NodeJS 14.21.3 to deploy the All-In-AWS-Infrastructure-Basic TypeScript example successfully.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license