1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

build(deps): bump Node.js to 20.0.0 and npm to 9.0.0

BREAKING CHANGE: minimum supported Node.js >= 20.0.0 and npm >= 9.0.0
This commit is contained in:
2023-07-30 19:03:36 +02:00
parent 6d0dcb50a7
commit 5640f1b434
8 changed files with 17 additions and 17 deletions

View File

@@ -7,8 +7,8 @@
"url": "https://github.com/theoludwig/theoludwig"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"node": ">=20.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"dev": "next dev",