ci: drop old node mention (#2594)

This broke release here:
https://github.com/lancedb/lancedb/actions/runs/16993824504/job/48179542912
This commit is contained in:
Will Jones
2025-08-15 09:51:19 -07:00
committed by GitHub
parent dcf53c4506
commit d3bae1f3a3

View File

@@ -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."