mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
chore: downgrade engines.node
to reflect only deps
This commit is contained in:
parent
180a5fda06
commit
d3d276919f
@ -60,6 +60,6 @@
|
||||
"webpack": "5.96.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.0.0 || >=22.0.0"
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -76,6 +76,6 @@
|
||||
"untyped": "^1.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.12.0 || ^20.0.0 || >=22.0.0"
|
||||
"node": "^14.18.0 || >=16.10.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user