Skip to content

Commit bc4db6d

Browse files
authored
Mark dependency on Node.js 12.x or later
1 parent 90db2ae commit bc4db6d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Copyright [Nordcloud](https://nordcloud.com) 2017-2020. Released under the MIT l
88
This plugin provides support for managing multiple AWS CloudFormation stacks
99
in your Serverless 1.x service (serverless.yml).
1010

11+
The plugin requires Node.js 12.x or later due to use of Object.fromEntries().
12+
1113
Normally, Serverless creates a single CloudFormation stack which contains
1214
all your CloudFormation resources. If you ever delete your service, these
1315
resources are also deleted, including data stored in S3 or DynamoDB.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
},
1010
"dependencies": {
1111
"lodash.merge": "^4.6.2"
12+
},
13+
"engines": {
14+
"node": ">=12.0.0"
1215
}
1316
}

0 commit comments

Comments
 (0)