mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 19:42:05 +00:00
Enable Node 16 and NPM 7/8 support on generation
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
c2808a32cb
commit
b3ee1ad3cd
@ -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',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user