Skip to content

Commit

Permalink
fix: unnecessary strict node requirement in engines in package.json (#…
Browse files Browse the repository at this point in the history
…2498)

Fixes #1329 

We already use jsii to manage Node.js versions. No need to overzealously enforce via engines.
  • Loading branch information
mrgrain authored Oct 11, 2024
1 parent 912158f commit e9bf09c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const project = new CdklabsJsiiProject({
},

stability: 'stable',
minNodeVersion: '18.12.0',

setNodeEngineVersion: false,
compat: true,

autoApproveOptions: {
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Constructs are classes which define a "piece of system state". Constructs can be

Constructs are often used to represent the _desired state_ of cloud applications. For example, in the AWS CDK, which is used to define the desired state for AWS infrastructure using CloudFormation, the lowest-level construct represents a _resource definition_ in a CloudFormation template. These resources are composed to represent higher-level logical units of a cloud application, etc.

## Support policy

All [maintained Node.js versions](https://nodejs.org/en/about/previous-releases#release-schedule) are supported by this package.

## Contributing

This project has adopted the [Amazon Open Source Code of
Expand Down
3 changes: 0 additions & 3 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9bf09c

Please sign in to comment.