ci: remove more mentions of node (#2595)

I promise this time I tested it locally :)
This commit is contained in:
Will Jones
2025-08-15 11:01:02 -07:00
committed by GitHub
parent ce550e6c45
commit 1eb1beecd6
4 changed files with 2 additions and 18 deletions

View File

@@ -19,9 +19,9 @@ popd
if git diff --quiet --exit-code; then
echo "No lockfile changes to commit; skipping amend."
elif $AMEND; then
git add Cargo.lock nodejs/package-lock.json node/package-lock.json
git add Cargo.lock nodejs/package-lock.json
git commit --amend --no-edit
else
git add Cargo.lock nodejs/package-lock.json node/package-lock.json
git add Cargo.lock nodejs/package-lock.json
git commit -m "Update lockfiles"
fi