enforce node version

This commit is contained in:
cocktailpeanut 2023-03-17 07:25:49 -04:00
parent efa3422e4d
commit 6c18f02431
2 changed files with 5 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -1,10 +1,13 @@
{
"name": "dalai",
"version": "0.2.19",
"version": "0.2.20",
"description": "",
"main": "index.js",
"author": "cocktailpeanut",
"license": "MIT",
"engines" : {
"node" : ">=18.0.0"
},
"scripts": {
"dalai:llama": "./dalai llama",
"start": "./dalai serve",