Update node versions for v14 (#446)

* Update minimum node version for server actions

* Update min node version for Next.js 14

* Update root
This commit is contained in:
Delba de Oliveira
2023-11-15 19:58:21 +00:00
committed by GitHub
parent 0a2b32dfc0
commit 18221b2f80
3 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,6 @@
},
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18"
"node": ">=18.17.0"
}
}