Use shrinkwrap for package locking (#8298)

This commit is contained in:
Tommaso Sciortino
2025-09-12 13:26:55 -07:00
committed by GitHub
parent 5c5c06e1ba
commit a889c63700
8 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ jobs:
BRANCH_NAME: '${{ steps.release_branch.outputs.BRANCH_NAME }}'
DRY_RUN: '${{ github.event.inputs.dry_run }}'
run: |-
git add package.json package-lock.json packages/*/package.json
git add package.json npm-shrinkwrap.json packages/*/package.json
git commit -m "chore(release): bump version to ${{ needs.calculate-versions.outputs.NEXT_NIGHTLY_VERSION }}"
if [[ "${DRY_RUN}" == "false" ]]; then
echo "Pushing release branch to remote..."