Specify minimum node version

pull/2/head
Oliver Ilp 8 months ago
parent a49ab59cb4
commit c9feef0c26
  1. 1
      .nvmrc
  2. 3
      package.json

@ -0,0 +1 @@
22

@ -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",

Loading…
Cancel
Save