mirror of
https://github.com/strapi/strapi.git
synced 2025-11-18 19:22:05 +00:00
Merge pull request #11423 from strapi/v4/node16
Enable Node 16 and NPM 7/8 support on generation
This commit is contained in:
commit
24fcc1228b
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
4
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -43,9 +43,9 @@ If applicable, add code samples to help explain your problem.
|
|||||||
|
|
||||||
### System
|
### System
|
||||||
|
|
||||||
- Node.js version: <!-- Please ensure you are using the Node LTS version (v12 / v14) -->
|
- Node.js version: <!-- Please ensure you are using the Node LTS version (v12, v14, v16) -->
|
||||||
- NPM version:
|
- NPM version:
|
||||||
- Strapi version: <!-- Beta and Alpha versions are no longer supported -->
|
- Strapi version: <!-- v3 is not supported unless it is a critical/high security issue -->
|
||||||
- Database:
|
- Database:
|
||||||
- Operating system:
|
- Operating system:
|
||||||
|
|
||||||
|
|||||||
@ -62,7 +62,7 @@ The core team will review your pull request and will either merge it, request ch
|
|||||||
|
|
||||||
## Contribution Prerequisites
|
## Contribution Prerequisites
|
||||||
|
|
||||||
- You have [Node](https://nodejs.org/en/) at >= v10 and <= v14 and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
|
- You have [Node](https://nodejs.org/en/) at >= v12 and <= v16 and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
|
||||||
- You are familiar with Git.
|
- You are familiar with Git.
|
||||||
|
|
||||||
## Development Workflow
|
## Development Workflow
|
||||||
|
|||||||
@ -44,8 +44,8 @@ module.exports = opts => {
|
|||||||
...packageJsonStrapi,
|
...packageJsonStrapi,
|
||||||
},
|
},
|
||||||
engines: {
|
engines: {
|
||||||
node: '>=12.x.x <=14.x.x',
|
node: '>=12.x.x <=16.x.x',
|
||||||
npm: '^6.0.0',
|
npm: '>=6.0.0',
|
||||||
},
|
},
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user