From d3bae1f3a36d74fc44a07b245d97b2bf9877fe34 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Fri, 15 Aug 2025 09:51:19 -0700 Subject: [PATCH] ci: drop old node mention (#2594) This broke release here: https://github.com/lancedb/lancedb/actions/runs/16993824504/job/48179542912 --- ci/update_lockfiles.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/update_lockfiles.sh b/ci/update_lockfiles.sh index 7a375c83..5a18d261 100755 --- a/ci/update_lockfiles.sh +++ b/ci/update_lockfiles.sh @@ -15,9 +15,6 @@ cargo metadata --quiet > /dev/null pushd nodejs || exit 1 npm install --package-lock-only --silent popd -pushd node || exit 1 -npm install --package-lock-only --silent -popd if git diff --quiet --exit-code; then echo "No lockfile changes to commit; skipping amend."