Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-copilot-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
env:
VERSION: ${{ inputs.version }}
working-directory: ./nodejs
run: npm install "@github/copilot@$VERSION"
run: npm install "@github/copilot@$VERSION" --omit-lockfile-registry-resolved=true

- name: Update @github/copilot in test harness
env:
VERSION: ${{ inputs.version }}
working-directory: ./test/harness
run: npm install "@github/copilot@$VERSION"
run: npm install "@github/copilot@$VERSION" --omit-lockfile-registry-resolved=true

- name: Refresh nodejs/samples lockfile
working-directory: ./nodejs/samples
Expand Down
2 changes: 0 additions & 2 deletions java/sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
<workingDirectory>${copilot.sdk.root}/test/harness</workingDirectory>
<arguments>
<argument>ci</argument>
<argument>--omit-lockfile-registry-resolved=true</argument>
<argument>--loglevel</argument>
<argument>${npm.loglevel}</argument>
</arguments>
Expand All @@ -226,7 +225,6 @@
<arguments>
<argument>ci</argument>
<argument>--ignore-scripts</argument>
<argument>--omit-lockfile-registry-resolved=true</argument>
<argument>--loglevel</argument>
<argument>${npm.loglevel}</argument>
</arguments>
Expand Down
Loading
Loading