Skip to content

Commit 1865d75

Browse files
fix(prisma): downgrade nodejs version (#412)
1 parent 508f6a0 commit 1865d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gitpython = "^3.1.31"
8484
prisma = "^0.8.2"
8585
fastapi = "^0.95.0"
8686
uvicorn = { extras = ["standard"], version = "^0.21.1" }
87-
nodejs-bin = "^18.4.0a4"
87+
nodejs-bin = "^16.15.1a4"
8888
pyjwt = "^2.7.0"
8989
torch = "^2.0.0"
9090
clip-ea = "^1.0"

0 commit comments

Comments
 (0)