From dd0c14b784efbc71e43d086f07e02a92b7b86bc9 Mon Sep 17 00:00:00 2001
From: David Li
Date: Mon, 25 Mar 2024 14:38:04 -0400
Subject: [PATCH] ci: require newer node for pyright (#1660)
Fixes #1659.
---
ci/conda_env_python.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ci/conda_env_python.txt b/ci/conda_env_python.txt
index cd12d6bfff..855496587a 100644
--- a/ci/conda_env_python.txt
+++ b/ci/conda_env_python.txt
@@ -17,6 +17,8 @@
Cython
importlib-resources
+# nodejs is required by pyright
+nodejs >=13.0.0
pandas
pyarrow>=8.0.0
pyright