Specify minimum node version

This commit is contained in:
Oliver Ilp
2025-04-17 19:10:37 +03:00
parent a49ab59cb4
commit c9feef0c26
2 changed files with 4 additions and 0 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
22

View File

@@ -2,6 +2,9 @@
"name": "tipilan",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",