Skip to content

Commit

Permalink
Fix node version (#6482) (#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
teabyii committed Jun 16, 2020
1 parent 534a199 commit a26b4f6
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The core team will review your pull request and will either merge it, request ch

## Contribution Prerequisites

- You have [Node](https://nodejs.org/en/) at v10.x.x only and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
- You have [Node](https://nodejs.org/en/) at v10.10.0+ only and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
- You are familiar with Git.

## Development Workflow
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Complete installation requirements can be found in the documentation under <a hr

**Node:**

- NodeJS >= 10.x
- NodeJS >= 10.10
- NPM >= 6.x

**Database:**
Expand Down
2 changes: 1 addition & 1 deletion examples/getstarted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"uuid": "getstarted"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-strapi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/strapi-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-connector-bookshelf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-connector-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-helper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist"
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-hook-ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-hook-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-middleware-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-content-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-content-type-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-users-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-amazon-ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-mailgun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-sendmail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-rackspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"streamifier": "^0.1.1"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down

0 comments on commit a26b4f6

Please sign in to comment.