mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
fix supported node versions
This commit is contained in:
parent
7875a2aaae
commit
826e3ecf34
@ -44,7 +44,7 @@ module.exports = opts => {
|
|||||||
...packageJsonStrapi,
|
...packageJsonStrapi,
|
||||||
},
|
},
|
||||||
engines: {
|
engines: {
|
||||||
node: '>=12.x.x <=16.x.x',
|
node: '>=14.19.1 <=16.x.x',
|
||||||
npm: '>=6.0.0',
|
npm: '>=6.0.0',
|
||||||
},
|
},
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.x.x <=16.x.x",
|
"node": ">=14.19.1 <=16.x.x",
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=6.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user