diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index c7d07afc..ae6f121b 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -22,6 +22,7 @@ jobs: uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0 with: node-version-file: "package.json" + package-manager-cache: false id: node - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index b6b26b45..6dd87393 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -20,6 +20,7 @@ jobs: uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0 with: node-version-file: "package.json" + package-manager-cache: false id: node - name: "Test updatecli in dry-run mode" run: "updatecli compose diff" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 6757b5f0..ee133a63 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -34,6 +34,7 @@ jobs: uses: "actions/setup-node@820762786026740c76f36085b0efc47a31fe5020" # v7.0.0 with: node-version-file: "package.json" + package-manager-cache: false id: node - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true ${{ matrix.apply_args }} --experimental