Browse Source

web: requires NodeJs 18.17 at minimum for NextJs 14 (#1974)

tags/0.4.5
Bowen Liang 1 year ago
parent
commit
e696b72f08
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      web/package.json

+ 3
- 0
web/package.json View File

@@ -116,5 +116,8 @@
"**/*.ts?(x)": [
"eslint --fix"
]
},
"engines": {
"node": ">=18.17.0"
}
}

Loading…
Cancel
Save