Enable Node 16 and NPM 7/8 support on generation

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
Derrick Mehaffy 2021-11-01 13:27:23 -07:00
parent c2808a32cb
commit b3ee1ad3cd

View File

@ -44,8 +44,8 @@ module.exports = opts => {
...packageJsonStrapi,
},
engines: {
node: '>=12.x.x <=14.x.x',
npm: '^6.0.0',
node: '>=12.x.x <=16.x.x',
npm: '>=6.0.0',
},
license: 'MIT',
};